diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 |
commit | 466fecc955c4edadfec86bb995303a05e20a36c0 (patch) | |
tree | ba5799f0b49cd481a7d0b834a53da412ed91ba59 /www/gnome-web-photo/Makefile | |
parent | ae02cb4fcd9a5e211cbf998df8eec4521072dbe9 (diff) | |
download | marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.gz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.bz2 marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.lz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.xz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.zst marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gnome-web-photo/Makefile')
-rw-r--r-- | www/gnome-web-photo/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile new file mode 100644 index 000000000..31deb62db --- /dev/null +++ b/www/gnome-web-photo/Makefile @@ -0,0 +1,35 @@ +# 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.2 +PORTREVISION= 3 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Tool to generate full-size image files and thumbnails + +USE_BZIP2= yes +USE_GECKO= firefox seamonkey xulrunner firefox15<->firefox +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gecko=${GECKO} +USE_GMAKE= yes +USE_XLIB= yes +USE_GNOME= gnomevfs2 gnomehack gnomeprefix +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> |