aboutsummaryrefslogtreecommitdiffstats
path: root/print/paps/Makefile
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-01-10 04:45:58 +0800
committerjohans <johans@FreeBSD.org>2008-01-10 04:45:58 +0800
commit036f015c03da69b1e72a40c6d4f1760991a5d116 (patch)
treed755ac8b4919d970819f2155691867c2baef4c2b /print/paps/Makefile
parent71530240acf3dc9cce1d6cd327d61187c3cab1fa (diff)
downloadfreebsd-ports-gnome-036f015c03da69b1e72a40c6d4f1760991a5d116.tar.gz
freebsd-ports-gnome-036f015c03da69b1e72a40c6d4f1760991a5d116.tar.zst
freebsd-ports-gnome-036f015c03da69b1e72a40c6d4f1760991a5d116.zip
paps: UTF-8 to PostScript converter using Pango
Diffstat (limited to 'print/paps/Makefile')
-rw-r--r--print/paps/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile
new file mode 100644
index 000000000000..9a603b3fd23e
--- /dev/null
+++ b/print/paps/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: paps
+# Date created: 8 January 2008
+# Whom: johans
+#
+# $FreeBSD$
+#
+
+PORTNAME= paps
+PORTVERSION= 0.6.8
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= johans@stack.nl
+COMMENT= UTF-8 to PostScript converter using Pango
+
+PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h
+
+MAN1= paps.1
+
+GNU_CONFIGURE= yes
+USE_GNOME= pango
+
+.include <bsd.port.mk>