diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-04 20:10:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-04 20:10:12 +0000 |
commit | 0df3df3af0b308efdfad4e6467d5113747aaba58 (patch) | |
tree | d2d1248e855875311b3dd4ee6d010235a31b2351 /print/libpaper/Makefile | |
parent | 95244d507d779a90d016596dadb1945da9b8c962 (diff) | |
download | pkgsrc-0df3df3af0b308efdfad4e6467d5113747aaba58.tar.gz |
import the Debian libpaper-1.1.22, a library to supply information about
paper sizes
Diffstat (limited to 'print/libpaper/Makefile')
-rw-r--r-- | print/libpaper/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile new file mode 100644 index 00000000000..fc696fc1304 --- /dev/null +++ b/print/libpaper/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/04 20:10:12 drochner Exp $ +# + +DISTNAME= libpaper_1.1.22 +PKGNAME= libpaper-1.1.22 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/libp/libpaper/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://packages.debian.org/unstable/libs/libpaper1 +COMMENT= Paper size handling library + +WRKSRC= ${WRKDIR}/libpaper-1.1.22 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +USE_LIBTOOL= yes +USE_TOOLS+= gmake +FILES_SUBST+= PAPERSIZE=${PAPERSIZE} + +.include "../../mk/bsd.pkg.mk" |