aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdflib/Makefile
blob: 7a9a652574b7a71ad1021c7b064692f1df2b3843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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
COMMENT=    A C library for dynamically generating PDF

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>