summaryrefslogtreecommitdiff
path: root/graphics/kuickshow-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kuickshow-kde4/Makefile')
-rw-r--r--graphics/kuickshow-kde4/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile
deleted file mode 100644
index c9ee9e73f0fa..000000000000
--- a/graphics/kuickshow-kde4/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: kuickshow
-# Date created: 5 May 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kuickshow
-PORTVERSION= 0.8.2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-USE_IMLIB= yes
-USE_KDELIBS_VER= 2
-USE_GMAKE= yes
-
-CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
-CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin
-
-post-patch:
- @${PERL} -pi -e 's,-O2,,g' ${WRKSRC}/configure
-
-.if !defined(NOPORTDOCS)
-post-install:
- @(cd ${WRKSRC}/doc && ${GMAKE} real-install)
-.endif
-
-.include <bsd.port.mk>