diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 09:51:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 09:51:48 +0800 |
commit | 93e4fa71d2ac7af300815e333ea458cd990e9c40 (patch) | |
tree | 3dd1767ed2c09e7b9e9c35a5597ef44683e6fd1b | |
parent | bbd04c74ed6458d47056ec72c2b2f9e797265d7b (diff) | |
download | marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar.gz marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar.bz2 marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar.lz marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar.xz marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.tar.zst marcuscom-ports-93e4fa71d2ac7af300815e333ea458cd990e9c40.zip |
-Add gnomeprefix, update the plist.
-USE_X_PREFIX -> USE_XLIB.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7082 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/gnome-web-photo/Makefile | 34 | ||||
-rw-r--r-- | www/gnome-web-photo/distinfo | 3 | ||||
-rw-r--r-- | www/gnome-web-photo/pkg-descr | 2 | ||||
-rw-r--r-- | www/gnome-web-photo/pkg-plist | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile new file mode 100644 index 000000000..b1fcaf6d0 --- /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.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> diff --git a/www/gnome-web-photo/distinfo b/www/gnome-web-photo/distinfo new file mode 100644 index 000000000..ed5b8e643 --- /dev/null +++ b/www/gnome-web-photo/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-web-photo-0.2.tar.bz2) = 177641fa35cc66771bfa574e17768605 +SHA256 (gnome-web-photo-0.2.tar.bz2) = c8e441cfa96a62e37d6a031ca15abc7782318a834362879bb8c311aadd475ee6 +SIZE (gnome-web-photo-0.2.tar.bz2) = 298503 diff --git a/www/gnome-web-photo/pkg-descr b/www/gnome-web-photo/pkg-descr new file mode 100644 index 000000000..cfc2e65ff --- /dev/null +++ b/www/gnome-web-photo/pkg-descr @@ -0,0 +1,2 @@ +GNOME Web Photographer is a tool to generate full-size image +files and thumbnails from HTML files and web pages. diff --git a/www/gnome-web-photo/pkg-plist b/www/gnome-web-photo/pkg-plist new file mode 100644 index 000000000..816a430a8 --- /dev/null +++ b/www/gnome-web-photo/pkg-plist @@ -0,0 +1,6 @@ +bin/gnome-web-photo +bin/gnome-web-print +bin/gnome-web-thumbnail +share/gnome/gnome-web-photo/prefs.js +share/gnome/gnome-web-photo/style.css +@dirrm share/gnome/gnome-web-photo |