summaryrefslogtreecommitdiff
path: root/graphics/showimg/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-23 18:31:15 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-23 18:31:15 +0000
commit2e26328d42cb741018acffb8a088a804a567001d (patch)
tree2c9f901e934d693376e47f979cbd78226931373e /graphics/showimg/Makefile
parent- Change maintainer email (diff)
Update to 0.8.0
PR: 58129 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=91979
Diffstat (limited to 'graphics/showimg/Makefile')
-rw-r--r--graphics/showimg/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile
index 425206883cfb..be890639f14b 100644
--- a/graphics/showimg/Makefile
+++ b/graphics/showimg/Makefile
@@ -7,25 +7,29 @@
#
PORTNAME= showimg
-PORTVERSION= 0.8.20030305
+PORTVERSION= 0.8.0
+PORTEPOCH= 1
CATEGORIES= graphics
-MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.8-Beta2/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.20/-20/}
+MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A picture viewer designed to run under KDE 3.x
-LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
- jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.5:${PORTSDIR}/graphics/png
-USE_KDEBASE_VER=3
+USE_BZIP2= yes
+USE_KDEBASE_VER= 3
USE_REINPLACE= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_BZIP2= yes
-CONFIGURE_ARGS+= --program-prefix=''
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --with-xinerama
+
+MAN1= showimg.1
-#post-patch:
-# @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in
+post-patch:
+ @${REINPLACE_CMD} -e 's|-pedantic||g ; \
+ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>