freebsd-ports/print/pdflib/Makefile
Masafumi Max NAKANE 7448ba8243 Define USE_GMAKE as the build fails with bmake from recent -stable.
Since bmake from a few months ago can handle this port, it is likely
issues with recent chages to bmake.
2002-05-10 06:48:05 +00:00

30 lines
654 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.2
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_LIBTOOL= yes
LIBTOOLFILES= config/aclocal.m4
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>