freebsd-ports/graphics/showimg/Makefile

31 lines
675 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: showimg
# Date created: Mar 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= showimg
PORTVERSION= 0.8.20021228
CATEGORIES= graphics
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.8-Beta1/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.20/-20/}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= A picture viewer designed to run under KDE 2.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
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in
.include <bsd.port.mk>