1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/print/pdflib/Makefile
2002-02-01 19:53:26 +00:00

31 lines
742 B
Makefile

# 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.1
CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/pdflib/download/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
http://grendel.firewall.com/caudium-pkg/ \
http://ftp.oav.net/pkg_freebsd/distfiles/
MAINTAINER= sysadmin@alexdupre.com
RESTRICTED= "many odd restrictions on usage and distribution"
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_PERL5= yes
CONFIGURE_ARGS= --enable-cxx
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>