9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
45 lines
1.2 KiB
Text
45 lines
1.2 KiB
Text
# $NetBSD: Makefile.common,v 1.18 2006/03/04 21:30:31 jlam Exp $
|
|
|
|
DISTNAME= pdflib-${PDFLIB_DIST_VERS}
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.pdflib.com/pdflib/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pdflib.com/products/pdflib/
|
|
|
|
# Version numbering scheme:
|
|
#
|
|
# PDFLIB_DIST_VERS version number on the distfile
|
|
# PDFLIB_BASE_VERS pkgsrc-mangled version number (convert pl -> .)
|
|
#
|
|
PDFLIB_DIST_VERS= 4.0.3
|
|
PDFLIB_BASE_VERS= 4.0.3
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../pdflib/distinfo
|
|
PATCHDIR= ${.CURDIR}/../pdflib/patches
|
|
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-pnglib
|
|
CONFIGURE_ARGS+= --with-tifflib
|
|
CONFIGURE_ARGS+= --with-zlib
|
|
|
|
# Disable all of the extra interfaces to PDFlib.
|
|
CONFIGURE_ARGS+= --with-java=no
|
|
CONFIGURE_ARGS+= --with-perl=no
|
|
CONFIGURE_ARGS+= --with-py=no
|
|
CONFIGURE_ARGS+= --with-tcl=no
|
|
CONFIGURE_ARGS+= --enable-php=no
|
|
CONFIGURE_ARGS+= --enable-cxx=no
|
|
|
|
CPPFLAGS+= -Dunix
|
|
|
|
SUBST_CLASSES+= sed
|
|
SUBST_STAGE.sed= pre-configure
|
|
SUBST_FILES.sed= configure pdflib-config.in
|
|
SUBST_SED.sed= -e "s|^sed |${SED} |g"
|
|
SUBST_SED.sed+= -e "s| sed | ${SED} |g"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|