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
|
2005-11-02 16:04:50 +01:00
|
|
|
PORTVERSION= 0.9.5.r.1
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2004-07-29 10:12:04 +02:00
|
|
|
PORTEPOCH= 1
|
2002-04-14 06:33:30 +02:00
|
|
|
CATEGORIES= graphics
|
2005-11-02 16:04:50 +01:00
|
|
|
MASTER_SITES= http://www.jalix.org/projects/showimg/download/.0.9.5/distributions/SVN_info/
|
|
|
|
DISTNAME= showimg-0.9.5-rc1
|
2002-04-14 06:33:30 +02:00
|
|
|
|
2004-07-29 10:05:07 +02:00
|
|
|
MAINTAINER= shelton@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
|
|
|
|
2005-11-02 16:04:50 +01:00
|
|
|
LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi \
|
|
|
|
kexif:${PORTSDIR}/graphics/libkexif
|
2005-02-11 22:18:40 +01: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
|
|
|
|
2005-02-11 22:18:40 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
|
|
|
|
2005-11-02 16:04:50 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
2004-02-20 17:06:50 +01:00
|
|
|
|
2004-05-07 01:42:05 +02:00
|
|
|
post-extract:
|
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
|
|
|
|
post-patch:
|
2005-02-11 22:18:40 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' \
|
2004-06-22 21:42:06 +02:00
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-05-07 01:42:05 +02:00
|
|
|
|
2005-02-11 22:18:40 +01:00
|
|
|
.include <bsd.port.mk>
|