Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / print / typetools / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       typetools
5 PORTVERSION=    2.106
6 CATEGORIES=     print
7 MASTER_SITES=   http://www.lcdf.org/type/
8 DISTNAME=       lcdf-${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     bofh@FreeBSD.org
11 COMMENT=        Tools for manipulating fonts
12
13 LICENSE=        GPLv2
14
15 USE_TEX=        kpathsea
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE}
18
19 DATADIR=        ${PREFIX}/share/lcdf-${PORTNAME}
20
21 CONFLICTS_INSTALL=      texlive-base-[0-9]*
22
23 .include <bsd.port.mk>