summaryrefslogtreecommitdiff
path: root/print/adobeps-win/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/adobeps-win/Makefile')
-rw-r--r--print/adobeps-win/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/print/adobeps-win/Makefile b/print/adobeps-win/Makefile
deleted file mode 100644
index be129228345..00000000000
--- a/print/adobeps-win/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2003/05/28 09:13:30 jlam Exp $
-
-DISTNAME= winsteng
-PKGNAME= adobeps-win-1.0.6
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/
-EXTRACT_SUFX= .exe
-
-MAINTAINER= jlam@netbsd.org
-HOMEPAGE= http://www.adobe.com/products/printerdrivers/windows.html
-COMMENT= Adobe PostScript MS Windows drivers for CUPS/Samba
-
-BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract
-DEPENDS+= cups>=1.1.15:../../print/cups
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-WRKSRC= ${WRKDIR}
-EXTRACT_CMD= ${LOCALBASE}/bin/cabextract ${DOWNLOADED_DISTFILE}
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-NTFILES= ADOBEPS5.DLL ADOBEPSU.DLL ADOBEPSU.HLP DEFPRTR2.PPD
-9XFILES= ADFONTS.MFM ADOBEPS4.DRV ADOBEPS4.HLP ICONLIB.DLL PSMON.DLL
-DRIVERDIR= ${PREFIX}/share/cups/drivers
-
-post-extract:
- cd ${WRKSRC}; for dir in WinNT Windows; do \
- ( cd $$dir; for file in *; do \
- cap=`${ECHO} $$file | ${TR} '[a-z]' '[A-Z]'`; \
- ${MV} $$file $$cap; \
- done ); \
- done
-
-do-install:
- ${INSTALL_DATA_DIR} ${DRIVERDIR}
- for file in ${NTFILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/WinNT/$$file ${DRIVERDIR}; \
- done
- for file in ${9XFILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/Windows/$$file ${DRIVERDIR}; \
- done
-
-.include "../../mk/bsd.pkg.mk"