aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam-doc/Makefile')
-rw-r--r--graphics/digikam-doc/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/digikam-doc/Makefile b/graphics/digikam-doc/Makefile
deleted file mode 100644
index 3a7603395f7b..000000000000
--- a/graphics/digikam-doc/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: digikam-doc
-# Date created: 4 September 2005
-# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= digikam-doc
-PORTVERSION= 0.9.5
-PORTREVISION= 4
-CATEGORIES= graphics kde
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR= ${PORTNAME:S/-doc//}/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= Documentation for Digikam
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-
-post-patch:
- @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${TOUCH} ${WRKSRC}/*
-
-.include <bsd.port.mk>