aboutsummaryrefslogtreecommitdiff
path: root/graphics/metapixel/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-18 05:46:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-18 05:46:41 +0000
commit9e9429b8741c74635fa505a33b51aa99a22b8088 (patch)
treedd52c4bf941955d08085e50287fc5c2fcb6af517 /graphics/metapixel/Makefile
parenta196e261fb7564b63c1f5d66566e40d4f8cdbb8a (diff)
downloadports-9e9429b8741c74635fa505a33b51aa99a22b8088.tar.gz
ports-9e9429b8741c74635fa505a33b51aa99a22b8088.zip
upgrade to 1.0.2
PR: 106846 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=180054
Diffstat (limited to 'graphics/metapixel/Makefile')
-rw-r--r--graphics/metapixel/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile
index 4421fc23b36b..1256db4e51df 100644
--- a/graphics/metapixel/Makefile
+++ b/graphics/metapixel/Makefile
@@ -5,16 +5,17 @@
# $FreeBSD$
PORTNAME= metapixel
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= graphics
-MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/metapixel/ \
- http://dragon.roe.ch/mirrors/distfiles/metapixel/
+MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/metapixel/files/ \
+ http://mirror.roe.ch/dist/metapixel/
MAINTAINER= daniel@roe.ch
COMMENT= A photomosaic generator
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ ungif.5:${PORTSDIR}/graphics/libungif
USE_GETOPT_LONG=yes
USE_GMAKE= yes
@@ -22,7 +23,7 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I." \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
PLIST_FILES= bin/metapixel bin/metapixel-convert bin/metapixel-imagesize \
- bin/metapixel-prepare bin/metapixel-sizesort bin/metapixel-zoom \
+ bin/metapixel-prepare bin/metapixel-sizesort \
share/examples/metapixel/metapixelrc
PLIST_DIRS= share/examples/metapixel
PORTDOCS= README NEWS
@@ -37,7 +38,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/metapixel-imagesize ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/metapixel-prepare ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/metapixel-sizesort ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/metapixel-zoom ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/metapixel.1 ${PREFIX}/man/man1
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/metapixelrc ${EXAMPLESDIR}