summaryrefslogtreecommitdiff
path: root/print/pdflib4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/pdflib4/Makefile')
-rw-r--r--print/pdflib4/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile
deleted file mode 100644
index d331ea94fe7e..000000000000
--- a/print/pdflib4/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: pdflib
-# Date created: Wed Jan 9 12:27:54 CET 2002
-# Whom: Alex Dupre <sysadmin@alexdupre.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdflib
-PORTVERSION= 4.0.3
-CATEGORIES= print
-MASTER_SITES= http://www.pdflib.com/pdflib/download/
-
-MAINTAINER= sysadmin@alexdupre.com
-
-RESTRICTED= "many odd restrictions on usage and distribution"
-
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-cxx
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>