summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-afpl/Makefile')
-rw-r--r--print/ghostscript-afpl/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
deleted file mode 100644
index 9758c5356d8..00000000000
--- a/print/ghostscript-afpl/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2005/10/13 13:10:05 hira Exp $
-#
-
-DISTNAME= ghostscript-8.51
-PKGNAME= ghostscript-afpl-8.51
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://ghostscript.sourceforge.net/
-COMMENT= Postscript interpreter
-
-CONFLICTS+= ghostscript{,-nox11}-[0-9]*
-CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]*
-CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
-CONFLICTS+= hpijs-[0-9]*
-
-USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
-
-GS_SRCS= ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES= ${GS_SRCS}
-EXTRACT_ONLY= ${GS_SRCS}
-
-# Adobe's JPEG implementation in their PDF/PS documents is non-standard,
-# so we can't use an already installed libjpeg.so.
-#
-JPEG_SRCS= jpegsrc.v6b.tar.gz
-JPEG_WRKSRC= ${WRKDIR}/jpeg-6b
-SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/
-DISTFILES+= ${JPEG_SRCS}
-EXTRACT_ONLY+= ${JPEG_SRCS}
-
-GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource
-
-post-extract:
- ${MKDIR} ${WRKSRC}/bin
- ${MKDIR} ${WRKSRC}/obj
- ${LN} -fs ${JPEG_WRKSRC} ${WRKSRC}/jpeg
- ${MV} ${WRKSRC}/jasper ${WRKSRC}/jasper.dontuse
- cd ${WRKSRC}/lib; for file in gs_res.ps; do \
- ${SED} -e "s|/Resource/|${GS_RESOURCEDIR}/|g" \
- $${file} > $${file}.fixed; \
- ${MV} -f $${file}.fixed $${file}; \
- done
-
-.include "../../graphics/png/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jasper/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"