1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/print/mftrace/Makefile
FUJISHIMA Satsuki e496d3c279 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
This commit does not fix compilation.
2003-07-14 02:37:19 +00:00

38 lines
855 B
Makefile

# ex:ts=8
# Ports collection makefile for: pktrace
# Date created: Jun w, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pktrace
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.cs.uu.nl/~hanwen/pktrace/
MAINTAINER= ports@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
autotrace:${PORTSDIR}/graphics/autotrace \
t1asm:${PORTSDIR}/print/t1utils \
pfaedit:${PORTSDIR}/print/pfaedit
USE_GETOPT_LONG=yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAN1= pktrace.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/pktrace ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pktrace.1 ${MANPREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/tfm.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>