1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/print/pdfchain/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
469 B
Makefile

PORTNAME= pdfchain
PORTVERSION= 0.4.4.2
CATEGORIES= print
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 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
.include <bsd.port.mk>