diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 07:09:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 07:09:13 +0800 |
commit | cdf4d46635c711078e323f3bfe09e4b249da8feb (patch) | |
tree | c7d50414eaa1b38e621a525708ceba4d49dd5991 /www/gnome-web-photo/Makefile | |
parent | 853a540e1f6897f2f0aa21b45e6eee6834b5fe6b (diff) | |
download | marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar.gz marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar.bz2 marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar.lz marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar.xz marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.tar.zst marcuscom-ports-cdf4d46635c711078e323f3bfe09e4b249da8feb.zip |
- Remove, now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5375 df743ca5-7f9a-e211-a948-0013205c9059
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> |