blob: fcca8d2640308444035ee2a94073200380062c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: ijliao
PORTNAME= typetools
PORTVERSION= 2.108
CATEGORIES= print
MASTER_SITES= http://www.lcdf.org/type/
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tools for manipulating fonts
LICENSE= GPLv2
USE_TEX= kpathsea
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE}
DATADIR= ${PREFIX}/share/lcdf-${PORTNAME}
CONFLICTS_INSTALL= texlive-base
.include <bsd.port.mk>
|