diff options
author | bsam <bsam@FreeBSD.org> | 2013-02-26 23:10:29 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-02-26 23:10:29 +0800 |
commit | 17b50363d599c6286d1699160fd519765d56118d (patch) | |
tree | f3ff515d6347e82db06a199ce513f0690d9cca22 /print/photoprint/Makefile | |
parent | 8a48c12f0745fc455da12e7ab51654e3dfe156a4 (diff) | |
download | freebsd-ports-gnome-17b50363d599c6286d1699160fd519765d56118d.tar.gz freebsd-ports-gnome-17b50363d599c6286d1699160fd519765d56118d.tar.zst freebsd-ports-gnome-17b50363d599c6286d1699160fd519765d56118d.zip |
PhotoPrint is a utility to print multiple images per sheet, using
Gutenprint, with support for 16-bit images and ICC profiles.
WWW: http://blackfiveimaging.co.uk
Diffstat (limited to 'print/photoprint/Makefile')
-rw-r--r-- | print/photoprint/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile new file mode 100644 index 000000000000..8f0137fffc88 --- /dev/null +++ b/print/photoprint/Makefile @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= photoprint +DISTVERSION= 0.4.2-pre2 +CATEGORIES= print graphics +MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ +#DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= bsam@FreeBSD.org +COMMENT= Utility to print multiple images per sheet + +LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ + expat:${PORTSDIR}/textproc/expat2 \ + gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 \ + gutenprint:${PORTSDIR}/print/gutenprint \ + lcms:${PORTSDIR}/graphics/lcms \ + netpbm:${PORTSDIR}/graphics/netpbm \ + pcre:${PORTSDIR}/devel/pcre \ + pcre:${PORTSDIR}/devel/pcre \ + pixman:${PORTSDIR}/x11/pixman \ + png15:${PORTSDIR}/graphics/png \ + pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + tiff:${PORTSDIR}/graphics/tiff \ + xcb:${PORTSDIR}/x11/libxcb + +LICENCE= GPLv2 + +USE_GETTEXT= yes +HAS_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS+=LDFLAGS=-L/usr/local/lib +USE_GNOME= desktopfileutils pango +USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext \ + xfixes xi xinerama xrandr xrender + +post-install: + -@update-desktop-database + +.include <bsd.port.mk> |