2d2a0fd526
printing photos in an easy way.
24 lines
625 B
Makefile
24 lines
625 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
|
|
CATEGORIES= print gnome
|
|
MASTER_SITES= http://www.fogman.de/gpp/
|
|
DISTNAME= gpp-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
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 gnomehier gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|