diff options
Diffstat (limited to 'www/gnome-web-photo/Makefile')
-rw-r--r-- | www/gnome-web-photo/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile new file mode 100644 index 000000000..ceed801a7 --- /dev/null +++ b/www/gnome-web-photo/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnome-web-photo +# Date created: 2005-11-30 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-web-photo +PORTVERSION= 0.1.1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Tool to generate full-size image files and thumbnails + +USE_BZIP2= yes +USE_GECKO= firefox seamonkey +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-gecko=${GECKO} +USE_REINPLACE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomevfs2 gnomehack +GCONF_SCHEMAS= thumbnailer.schemas + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" + +post-patch: + @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |