freebsd-ports/print/gnomephotoprinter/Makefile

27 lines
705 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomephotoprinter
# Date created: 27 Oct 2003
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomephotoprinter
2005-04-24 14:53:57 +02:00
PORTVERSION= 0.6.5
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_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2
2005-04-24 14:53:57 +02:00
USE_LIBTOOL_VER=15
post-install:
${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop ${PREFIX}/share/gnome/applications
.include <bsd.port.mk>