diff options
Diffstat (limited to 'graphics/kphotoalbum/Makefile')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile deleted file mode 100644 index 6d2d679e1769..000000000000 --- a/graphics/kphotoalbum/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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.1 -PORTREVISION= 1 -CATEGORIES= graphics kde -MASTER_SITES= http://ktown.kde.org/kimdaba/download/ - -MAINTAINER= markus@FreeBSD.org -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.mk> |