freebsd-ports/print/gnomephotoprinter/Makefile
Jeremy Messenger 48ba81f618 -Update to 0.6.7.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Get Makefile to be better view in 80 columns.
2007-01-02 07:58:55 +00:00

28 lines
709 B
Makefile

# New ports collection makefile for: gnomephotoprinter
# Date created: 27 Oct 2003
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomephotoprinter
PORTVERSION= 0.6.7
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_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \
gnomevfs2
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop \
${PREFIX}/share/gnome/applications
.include <bsd.port.mk>