diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /www/gnome-web-photo/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 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 b1fcaf6d0..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.2 -PORTREVISION= 1 -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 firefox-devel<->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> |