mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
35 lines
793 B
Makefile
35 lines
793 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= photoprint
|
|
DISTVERSION= 0.4.2-pre2
|
|
PORTREVISION= 6
|
|
CATEGORIES= print graphics
|
|
MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= Utility to print multiple images per sheet
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups \
|
|
libgutenprint.so:print/gutenprint-base \
|
|
liblcms.so:graphics/lcms \
|
|
libnetpbm.so:graphics/netpbm \
|
|
libpng.so:graphics/png \
|
|
libtiff.so:graphics/tiff
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= desktop-file-utils gettext jpeg libtool pkgconfig
|
|
USE_GNOME= gdkpixbuf2 gtk20
|
|
USE_XORG= x11
|
|
INSTALLS_ICONS= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
|
|
${WRKSRC}/gp_cppsupport/gprinter.cpp
|
|
|
|
.include <bsd.port.mk>
|