aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-09-24 13:12:30 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-09-24 13:12:30 +0000
commitf73afe558b459e63a0ee4f0ac1dc661dd57e81c3 (patch)
tree1303c363b368c21e71ce9602600d5078809e9f24 /print
parent6926f0e40e521432ffeb5a6c474b21a4680a83b5 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/flpsed/Makefile10
-rw-r--r--print/flpsed/pkg-descr2
2 files changed, 6 insertions, 6 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile
index 753623fab1a5..48c2b6240701 100644
--- a/print/flpsed/Makefile
+++ b/print/flpsed/Makefile
@@ -3,19 +3,21 @@
PORTNAME= flpsed
PORTVERSION= 0.7.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
-MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
+MASTER_SITES= http://flpsed.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= WYSIWYG Postscript annotator
LICENSE= GPLv3
-LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk
+LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk \
+ libfontconfig.so:x11-fonts/fontconfig
GNU_CONFIGURE= yes
USES= desktop-file-utils ghostscript:x11 gmake
+USE_XORG= x11 xfixes xext xft
PLIST_FILES= bin/flpsed \
man/man1/flpsed.1.gz \
share/applications/flpsed.desktop \
@@ -25,8 +27,6 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1
diff --git a/print/flpsed/pkg-descr b/print/flpsed/pkg-descr
index b6b35b9a42a9..07517f3a29c7 100644
--- a/print/flpsed/pkg-descr
+++ b/print/flpsed/pkg-descr
@@ -9,4 +9,4 @@ Using pdftops, which is part of xpdf, one can convert PDF documents to
PostScript and then add text to them using flpsed. flpsed is thus useful for
filling in forms, adding notes, etc.
-WWW: http://www.ecademix.com/JohannesHofmann/flpsed.html
+WWW: http://flpsed.org/flpsed.html