2002-01-27 16:47:42 +01:00
|
|
|
# New ports collection makefile for: pdflib
|
2002-01-27 17:04:16 +01:00
|
|
|
# Date created: Wed Jan 9 12:27:54 CET 2002
|
|
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
2002-01-27 16:47:42 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pdflib
|
2002-02-03 02:27:26 +01:00
|
|
|
PORTVERSION= 4.0.2
|
2002-01-27 16:47:42 +01:00
|
|
|
CATEGORIES= print
|
2002-02-03 02:27:26 +01:00
|
|
|
MASTER_SITES= http://www.pdflib.com/pdflib/download/
|
2002-01-27 16:47:42 +01:00
|
|
|
|
2002-01-27 17:04:16 +01:00
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
2002-01-27 16:47:42 +01:00
|
|
|
|
|
|
|
RESTRICTED= "many odd restrictions on usage and distribution"
|
2002-02-03 02:27:26 +01:00
|
|
|
|
2002-01-27 16:47:42 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_LIBTOOL= yes
|
2002-02-03 02:27:26 +01:00
|
|
|
LIBTOOLFILES= config/aclocal.m4
|
2002-01-27 17:04:16 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
CONFIGURE_ARGS= --enable-cxx
|
2002-01-27 16:47:42 +01:00
|
|
|
|
2002-01-27 17:04:16 +01:00
|
|
|
post-install:
|
2002-01-27 16:47:42 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-01-27 17:04:16 +01:00
|
|
|
${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
2002-01-27 16:47:42 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|