2003-02-17 21:08:55 +01:00
|
|
|
# New ports collection makefile for: digikam
|
|
|
|
# Date created: 3 February 2003
|
|
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= digikam
|
2006-02-05 10:56:36 +01:00
|
|
|
PORTVERSION= 0.8.1
|
2003-02-17 21:08:55 +01:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= avleeuwen@piwebs.com
|
2004-02-18 13:36:42 +01:00
|
|
|
COMMENT= Photo album manager for KDE with gphoto2 backend
|
2003-02-17 21:08:55 +01:00
|
|
|
|
2005-03-13 12:48:59 +01:00
|
|
|
LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \
|
2006-01-03 02:25:28 +01:00
|
|
|
kipi.1:${PORTSDIR}/graphics/libkipi \
|
2004-02-19 23:39:38 +01:00
|
|
|
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
|
2005-03-07 16:10:20 +01:00
|
|
|
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
2006-02-05 10:56:36 +01:00
|
|
|
sqlite3.8:${PORTSDIR}/databases/sqlite3
|
2005-03-16 09:46:08 +01:00
|
|
|
RUN_DEPENDS= dcraw:${PORTSDIR}/graphics/dcraw
|
2004-11-18 09:11:37 +01:00
|
|
|
|
2004-02-18 13:36:42 +01:00
|
|
|
USE_BZIP2= yes
|
2003-02-17 21:08:55 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2004-02-18 13:36:42 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_ARGS+=--program-prefix=''
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-02-17 21:08:55 +01:00
|
|
|
|
2004-02-18 13:36:42 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-12-01 22:36:24 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-02-18 13:36:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|