1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/showimg/Makefile
Sergey Matveychuk 1a02c6fe92 - Update to 0.9.4.1
PR:		ports/76771
Submitted by:	Tim Middleton <x(at)vex.net>
Approved by:	maintainer timeout (2 weeks)
2005-02-11 21:18:40 +00:00

44 lines
892 B
Makefile

# ex:ts=8
# Ports collection makefile for: showimg
# Date created: Mar 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= showimg
PORTVERSION= 0.9.4.1
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.9.4-1/
DISTNAME= showimg-0.9.4-1
MAINTAINER= shelton@granch.ru
COMMENT= A picture viewer designed to run under KDE 3.x
LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi
USE_BZIP2= yes
USE_KDEBASE_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
MAN1= showimg.1
CONFIGURE_ARGS+= --enable-debug=full
post-extract:
@${TOUCH} ${WRKSRC}/config.h.in
post-patch:
# @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
# ${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|-O2||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>