2002-04-14 06:33:30 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: showimg
|
|
|
|
# Date created: Mar 12, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= showimg
|
2004-05-07 01:42:05 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2003-10-23 20:31:15 +02:00
|
|
|
PORTEPOCH= 1
|
2002-04-14 06:33:30 +02:00
|
|
|
CATEGORIES= graphics
|
2003-10-23 20:31:15 +02:00
|
|
|
MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/
|
2002-04-14 06:33:30 +02:00
|
|
|
|
2004-05-10 09:39:00 +02:00
|
|
|
MAINTAINER= shelton@sentry.granch.ru
|
2003-06-24 06:51:51 +02:00
|
|
|
COMMENT= A picture viewer designed to run under KDE 3.x
|
2002-04-14 06:33:30 +02:00
|
|
|
|
2003-10-23 20:31:15 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDEBASE_VER= 3
|
2002-04-14 06:33:30 +02:00
|
|
|
USE_GMAKE= yes
|
2003-10-23 20:31:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-07 01:42:05 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-10-23 20:31:15 +02:00
|
|
|
|
|
|
|
MAN1= showimg.1
|
2002-09-20 17:22:48 +02:00
|
|
|
|
2004-02-20 17:06:50 +01:00
|
|
|
OPTIONS= DIGIKAM "Digikam plugins support" off
|
|
|
|
|
2004-05-07 01:42:05 +02:00
|
|
|
post-extract:
|
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2003-12-04 12:39:00 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-20 17:06:50 +01:00
|
|
|
|
|
|
|
.if defined(WITH_DIGIKAM)
|
|
|
|
LIB_DEPENDS+= digikam:${PORTSDIR}/graphics/digikam
|
|
|
|
CONFIGURE_ARGS+= --enable-digiKam-plugin
|
|
|
|
.endif
|
|
|
|
|
2003-12-04 12:39:00 +01:00
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|