diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-17 21:14:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-17 21:14:49 +0000 |
commit | e989e5f0babb49fa5a14da698d2ef7e5dfc5cc58 (patch) | |
tree | d66ef5939c71ccaf7b57654f337b06b00a933dc4 /print/dvipdfm/Makefile | |
parent | 5a66bb3f7ccb377c24fdcb894cedae4027c816a3 (diff) | |
download | pkgsrc-e989e5f0babb49fa5a14da698d2ef7e5dfc5cc58.tar.gz |
Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006.
Unsupported and vulnerable.
No dissenting voices.
Diffstat (limited to 'print/dvipdfm/Makefile')
-rw-r--r-- | print/dvipdfm/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile deleted file mode 100644 index 4608053b5cd..00000000000 --- a/print/dvipdfm/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:45 wiz Exp $ - -DISTNAME= dvipdfm-0.13.2c -PKGREVISION= 7 -CATEGORIES= print converters -MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/ - -MAINTAINER= markd@NetBSD.org -HOMEPAGE= http://gaspra.kettering.edu/dvipdfm -COMMENT= DVI to PDF translator - -CONFLICTS+= dvipdfmx-[0-9]* -CONFLICTS+= ja-dvipdfm-[0-9]* -CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0 -TEX_ACCEPTED= teTeX1 - -WRKSRC= ${WRKDIR}/dvipdfm -USE_TOOLS+= gs:run -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --datadir=${PREFIX}/share -# needed to get the stdarg.h version of kpathsea/c-varargs.h instead of the -# varargs.h version which gcc3 does not like -CPPFLAGS+= -DHAVE_PROTOTYPES -CONFIGURE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q} - -.include "../../mk/bsd.prefs.mk" - -.if defined(PAPERSIZE) -post-patch: - ${MV} ${WRKSRC}/config ${WRKSRC}/config.in - PAPER=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'`; \ - ${SED} -e "s/^p letter/p $$PAPER/" ${WRKSRC}/config.in > ${WRKSRC}/config -.endif - -.include "../../graphics/png/buildlink3.mk" -.include "../../print/teTeX/module.mk" -.include "../../mk/bsd.pkg.mk" |