823770dbfb
Add USES=xorg and USES=gl to ports in categories starting with 'p' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
41 lines
1005 B
Makefile
41 lines
1005 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= photoprint
|
|
DISTVERSION= 0.4.2-pre2
|
|
PORTREVISION= 8
|
|
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
|
|
|
|
BROKEN= fails to build
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libgutenprint.so:print/gutenprint \
|
|
liblcms.so:graphics/lcms \
|
|
libnetpbm.so:graphics/netpbm \
|
|
libpng.so:graphics/png \
|
|
libtiff.so:graphics/tiff
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \
|
|
libtool localbase pkgconfig xorg
|
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
|
USE_XORG= x11
|
|
USE_CXXSTD= gnu++98
|
|
LIBS+= -lX11
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
|
|
${WRKSRC}/gp_cppsupport/gprinter.cpp
|
|
@${REINPLACE_CMD} -e 's|cups/cups.h|cups/ppd.h|g' \
|
|
${WRKSRC}/stp_support/printerqueues_unix.c
|
|
|
|
.include <bsd.port.mk>
|