freebsd-ports/graphics/showimg/Makefile
Daichi GOTO 35fb8b2238 update graphics/showimg to 0.8-beta2
PR:		49118
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2003-06-24 04:51:51 +00:00

31 lines
714 B
Makefile

# ex:ts=8
# Ports collection makefile for: showimg
# Date created: Mar 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= showimg
PORTVERSION= 0.8.20030305
CATEGORIES= graphics
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.8-Beta2/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.20/-20/}
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
USE_KDEBASE_VER=3
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
CONFIGURE_ARGS+= --program-prefix=''
#post-patch:
# @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in
.include <bsd.port.mk>