freebsd-ports/print/gnomephotoprinter/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

22 lines
567 B
Makefile

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnomephotoprinter
PORTVERSION= 0.7.0
PORTREVISION= 9
CATEGORIES= print gnome
MASTER_SITES= http://www.fogman.de/gpp/
DISTNAME= gpp-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome Photo Printer is intended for printing photos in an easy way
USE_GNOME= gnomeprefix intltool libgnomeui libglade2 \
libgnomeprintui gnomevfs2
USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>