aboutsummaryrefslogtreecommitdiffstats
path: root/print/gnomephotoprinter/Makefile
blob: 640616cde068b87782e9719983594b4a6987ff00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>