aboutsummaryrefslogtreecommitdiff
path: root/comms/kallers/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /comms/kallers/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
Notes
Diffstat (limited to 'comms/kallers/Makefile')
-rw-r--r--comms/kallers/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/comms/kallers/Makefile b/comms/kallers/Makefile
deleted file mode 100644
index c1464e35fe06..000000000000
--- a/comms/kallers/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: kallers
-# Date created: 15 March 2003
-# Whom: Scott A. Moberly <smoberly@karamazov.org>
-#
-# $FreeBSD$
-
-PORTNAME= kallers
-PORTVERSION= 0.3.0
-PORTREVISION= 13
-CATEGORIES= comms kde
-MASTER_SITES= http://www.nadmm.com/kallers/src/
-
-MAINTAINER= smoberly@karamazov.org
-COMMENT= KDE Applet that displays Caller IDs
-
-USE_BZIP2= yes
-USE_KDELIBS_VER= 3
-USE_GMAKE= yes
-INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool
-
-post-patch:
- @${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
- ${WRKSRC}/${PORTNAME}/Makefile.in
-
-.include <bsd.port.mk>