aboutsummaryrefslogtreecommitdiff
path: root/print/pdfchain
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-07 12:27:18 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-07 12:27:18 +0000
commiteefdcbfd7c7a0e4b1f29a085c8afc1f1da50f22d (patch)
tree9c74e272fa9918487d3d99532f7c46e6b231d26b /print/pdfchain
parent1c0ba86c6b8add7395c00a196279bf230d6ccf8c (diff)
downloadports-eefdcbfd7c7a0e4b1f29a085c8afc1f1da50f22d.tar.gz
ports-eefdcbfd7c7a0e4b1f29a085c8afc1f1da50f22d.zip
Clean up some things
Reported by: portscan and common sense
Notes
Notes: svn path=/head/; revision=541417
Diffstat (limited to 'print/pdfchain')
-rw-r--r--print/pdfchain/Makefile27
1 files changed, 6 insertions, 21 deletions
diff --git a/print/pdfchain/Makefile b/print/pdfchain/Makefile
index d315eccd59e7..d1ddecd853aa 100644
--- a/print/pdfchain/Makefile
+++ b/print/pdfchain/Makefile
@@ -3,34 +3,19 @@
PORTNAME= pdfchain
PORTVERSION= 0.4.4.2
CATEGORIES= print
-MASTER_SITES= https://sourceforge.net/projects/pdfchain/files/pdfchain-${PORTVERSION}/
+MASTER_SITES= SF/pdfchain/pdfchain-${PORTVERSION}
MAINTAINER= chapelet@gmail.com
COMMENT= Graphical user interface for the PDF Toolkit (PDFtk)
LICENSE= GPLv3
-USES= compiler:c++11-lang
-USES+= desktop-file-utils
-USES+= gettext-runtime
-USES+= gnome
-USES+= pkgconfig
+USES= compiler:c++11-lang desktop-file-utils gettext-runtime gnome \
+ pkgconfig
+USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 \
+ libsigc++20 pango pangomm
+INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
-USE_GNOME= atk
-USE_GNOME+= atkmm
-USE_GNOME+= cairo
-USE_GNOME+= cairomm
-USE_GNOME+= gdkpixbuf2
-USE_GNOME+= glib20
-USE_GNOME+= glibmm
-USE_GNOME+= gtk30
-USE_GNOME+= gtkmm30
-USE_GNOME+= libsigc++20
-USE_GNOME+= pango
-USE_GNOME+= pangomm
-
-INSTALLS_ICONS= yes
-
.include <bsd.port.mk>