Index: head/print/mftrace/Makefile =================================================================== --- head/print/mftrace/Makefile (revision 98227) +++ head/print/mftrace/Makefile (revision 98228) @@ -1,48 +1,53 @@ # ex:ts=8 # Ports collection makefile for: mftrace (formerly pktrace) # Date created: Jun w, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mftrace -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.26 CATEGORIES= print MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/ MAINTAINER= atamaniuk-ports@frobs.net 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 + +.if defined(WITH_POTRACE) +RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +.else +RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +.endif USE_GETOPT_LONG=yes USE_PYTHON= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKEFILE= GNUmakefile PLIST= ${WRKDIR}/pkg-plist CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mftrace.1 pre-install: ${RM} -f ${PLIST} .for ii in gf2pbm mftrace ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor .for ii in afm tfm ${ECHO_CMD} lib/%%PYTHON_VERSION%%/site-packages/${ii}.py >> ${PLIST} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mftrace ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mftrace.1 ${MANPREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/tfm.py ${PYTHON_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/afm.py ${PYTHON_SITELIBDIR} .include Property changes on: head/print/mftrace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/print/mftrace/distinfo =================================================================== --- head/print/mftrace/distinfo (revision 98227) +++ head/print/mftrace/distinfo (revision 98228) @@ -1 +1 @@ -MD5 (mftrace-1.0.24.tar.gz) = d6070391699a2e8446015af53dfa02f5 +MD5 (mftrace-1.0.26.tar.gz) = 15e384bba8d321628db2eab563904dda Property changes on: head/print/mftrace/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property