aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-08 16:23:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-08 16:23:15 +0000
commite17bce0931c6cd658fa7bbb205ecebd6d1c7d3f0 (patch)
treeffd3f66e522d6ff321b1f61f488cc98bbcedc163 /graphics
parent5e54cb973a5ca86e5525a8e42581ac93f14f864e (diff)
downloadports-e17bce0931c6cd658fa7bbb205ecebd6d1c7d3f0.tar.gz
ports-e17bce0931c6cd658fa7bbb205ecebd6d1c7d3f0.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngwriter/Makefile5
-rw-r--r--graphics/pngwriter/distinfo4
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile
index 92f178d1ac13..743d1ad888c9 100644
--- a/graphics/pngwriter/Makefile
+++ b/graphics/pngwriter/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pngwriter
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,6 +24,9 @@ BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GNOME= pkgconfig
CXXFLAGS+= `pkg-config --cflags freetype2 libpng12` -I${LOCALBASE}/include
+post-extract:
+ @${FIND} ${WRKSRC} -name "\.*" -delete
+
do-build:
cd ${BUILD_WRKSRC} \
&& ${CXX} ${CXXFLAGS} -c pngwriter.cc -o pngwriter.o \
diff --git a/graphics/pngwriter/distinfo b/graphics/pngwriter/distinfo
index 714798288c10..5b576cba303a 100644
--- a/graphics/pngwriter/distinfo
+++ b/graphics/pngwriter/distinfo
@@ -1,2 +1,2 @@
-MD5 (pngwriter-0.5.0.tgz) = a5e6db3eb85ff7dc4e5bc8a414c4bdad
-SIZE (pngwriter-0.5.0.tgz) = 654601
+MD5 (pngwriter-0.5.1.tgz) = 7a539fab7921baeb1769c27ea84a74d7
+SIZE (pngwriter-0.5.1.tgz) = 663506