freebsd-ports/graphics/showimg/Makefile
Ying-Chieh Liao e6fe692951 add showimg 0.7
A picture viewer designed to run under KDE 2.x
2002-04-14 04:33:30 +00:00

28 lines
543 B
Makefile

# ex:ts=8
# Ports collection makefile for: showimg
# Date created: Mar 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= showimg
PORTVERSION= 0.7
CATEGORIES= graphics
MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg
USE_QT_VER= 2
USE_KDEBASE_VER= 2
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in
.include <bsd.port.mk>