mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
print/flpsed: update master site
- flpsed moved to new home While here: - add missing deps, reported by stage-qa - update WWW - remove not needed inclusion of bsd.port.options.mk - bump PORTREVISION because of package changes PR: 209764 Reported by: johannes.hofmann@gmx.de
This commit is contained in:
parent
6926f0e40e
commit
f73afe558b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422715
2 changed files with 6 additions and 6 deletions
|
@ -3,19 +3,21 @@
|
||||||
|
|
||||||
PORTNAME= flpsed
|
PORTNAME= flpsed
|
||||||
PORTVERSION= 0.7.2
|
PORTVERSION= 0.7.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
|
MASTER_SITES= http://flpsed.org/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= WYSIWYG Postscript annotator
|
COMMENT= WYSIWYG Postscript annotator
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk
|
LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk \
|
||||||
|
libfontconfig.so:x11-fonts/fontconfig
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= desktop-file-utils ghostscript:x11 gmake
|
USES= desktop-file-utils ghostscript:x11 gmake
|
||||||
|
USE_XORG= x11 xfixes xext xft
|
||||||
PLIST_FILES= bin/flpsed \
|
PLIST_FILES= bin/flpsed \
|
||||||
man/man1/flpsed.1.gz \
|
man/man1/flpsed.1.gz \
|
||||||
share/applications/flpsed.desktop \
|
share/applications/flpsed.desktop \
|
||||||
|
@ -25,8 +27,6 @@ PORTDOCS= README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||||
|
|
|
@ -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
|
PostScript and then add text to them using flpsed. flpsed is thus useful for
|
||||||
filling in forms, adding notes, etc.
|
filling in forms, adding notes, etc.
|
||||||
|
|
||||||
WWW: http://www.ecademix.com/JohannesHofmann/flpsed.html
|
WWW: http://flpsed.org/flpsed.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue