diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-26 23:59:15 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-26 23:59:15 +0800 |
commit | 1ddd49f4bf041b125ad9221fd206eeac673ed943 (patch) | |
tree | 1724ea2b74450fe6f2f95e69f4c660bbd2b9b6d2 /print | |
parent | 32f314d0eabe64a10d86c93ccd68db04237ba560 (diff) | |
download | freebsd-ports-gnome-1ddd49f4bf041b125ad9221fd206eeac673ed943.tar.gz freebsd-ports-gnome-1ddd49f4bf041b125ad9221fd206eeac673ed943.tar.zst freebsd-ports-gnome-1ddd49f4bf041b125ad9221fd206eeac673ed943.zip |
- Remove stray (commented out) line in Makefile
- Move LICENCE knob where it better belongs
- Remove duplicate pcre entry from LIB_DEPENDS
- HAS_CONFIGURE -> GNU_CONFIGURE
- Fix minor wording bugs in port description
Approved by: bsam (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/photoprint/Makefile | 13 | ||||
-rw-r--r-- | print/photoprint/pkg-descr | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 8f0137fffc88..42182bd29735 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -4,11 +4,12 @@ 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 +LICENCE= GPLv2 + LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ expat:${PORTSDIR}/textproc/expat2 \ gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 \ @@ -16,22 +17,20 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ 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 - +GNU_CONFIGURE= yes 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 +INSTALLS_ICONS= yes + +LDFLAGS+= -L${LOCALBASE}/lib post-install: -@update-desktop-database diff --git a/print/photoprint/pkg-descr b/print/photoprint/pkg-descr index b3288dab1d1c..3e3f75e49c6c 100644 --- a/print/photoprint/pkg-descr +++ b/print/photoprint/pkg-descr @@ -1,4 +1,4 @@ -PhotoPrint is a utility to print multiple images per sheet, using +PhotoPrint is an utility to print multiple images per sheet, using Gutenprint, with support for 16-bit images and ICC profiles. -WWW: http://blackfiveimaging.co.uk +WWW: http://blackfiveimaging.co.uk/ |