1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/print/typetools/Makefile
2021-04-06 16:31:07 +02:00

24 lines
436 B
Makefile

# 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-[0-9]*
.include <bsd.port.mk>