freebsd-ports/graphics/kphotoalbum/Makefile
Kirill Ponomarev c263550e26 Add kimdaba 1.0.1, image database for KDE.
KimDaba focuses on three key points:

o It must be easy to describe a number of images at a time.
o It must be easy to search for images.
o It must be easy to browse and view the images.

PR:		60383
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-12-19 19:28:19 +00:00

31 lines
787 B
Makefile

# New ports collection makefile for: kimdaba
# Date created: Sat Dec 13 16:09:29 CET 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= kimdaba
PORTVERSION= 1.0.1
CATEGORIES= graphics kde
MASTER_SITES= http://ktown.kde.org/kimdaba/download/
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= Image database for KDE
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
@${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kimdaba.mo
@${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/
@${RMDIR} ${PREFIX}/share/locale/xx/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>