summaryrefslogtreecommitdiff
path: root/print/libpaper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/libpaper/Makefile')
-rw-r--r--print/libpaper/Makefile20
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"