Update print/foomatic-db to version 20161105
[dports.git] / print / gnomephotoprinter / Makefile
1 # Created by: Alexander Nedotsukov <bland@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnomephotoprinter
5 PORTVERSION=    0.7.0
6 PORTREVISION=   9
7 CATEGORIES=     print gnome
8 MASTER_SITES=   http://www.fogman.de/gpp/
9 DISTNAME=       gpp-${PORTVERSION}
10 DIST_SUBDIR=    gnome2
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Gnome Photo Printer is intended for printing photos in an easy way
14
15 USE_GNOME=      gnomeprefix intltool libgnomeui libglade2 \
16                 libgnomeprintui gnomevfs2
17 USES=           gettext gmake pathfix pkgconfig
18 GNU_CONFIGURE=  yes
19 INSTALLS_ICONS= yes
20 INSTALL_TARGET= install-strip
21
22 .include <bsd.port.mk>