aboutsummaryrefslogtreecommitdiff
path: root/graphics/passepartout/Makefile
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-12-04 07:56:39 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-12-04 07:56:39 +0000
commit345c24c49809ba0e7400679640969f577b5ba78e (patch)
tree5ed43ee994f049491b04ea977a933d8d39360bd0 /graphics/passepartout/Makefile
parent7e62ac9eac0bd1f60314220b1978e60e4ede7120 (diff)
downloadports-345c24c49809ba0e7400679640969f577b5ba78e.tar.gz
ports-345c24c49809ba0e7400679640969f577b5ba78e.zip
Notes
Diffstat (limited to 'graphics/passepartout/Makefile')
-rw-r--r--graphics/passepartout/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile
index 7116e1dd857a..685d5fba55d7 100644
--- a/graphics/passepartout/Makefile
+++ b/graphics/passepartout/Makefile
@@ -6,16 +6,10 @@
#
PORTNAME= passepartout
-PORTVERSION= 0.2
-PORTREVISION= 3
+PORTVERSION= 0.3
CATEGORIES= graphics gnome
MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= passepartout-0.2-assert.patch \
- passepartout-0.2-thread.patch
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= gnome@FreeBSD.org
COMMENT= DTP application for X
@@ -27,9 +21,11 @@ USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnometarget gnomehack
+USE_GNOME= gnomehack gnometarget
USE_LIBTOOL= yes
+MAN= xml2ps.1 passepartout.1x
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
@@ -39,7 +35,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx
# Fix for recent libxml++ API change
post-patch:
@${FIND} ${WRKSRC}/src/pptout -name *.cc \
- | grep -v -E 'pagesel|undodialog' \
+ | ${GREP} -v -E 'pagesel|undodialog' \
| ${XARGS} ${REINPLACE_CMD} \
-e 's|add_attribute|set_attribute|' \
-e 's|add_content|add_child_text|'