diff options
Diffstat (limited to 'www/gnome-web-photo/Makefile')
-rw-r--r-- | www/gnome-web-photo/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile deleted file mode 100644 index ceed801a7..000000000 --- a/www/gnome-web-photo/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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> |