aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kbirthday/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kbirthday/Makefile')
-rw-r--r--deskutils/kbirthday/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/deskutils/kbirthday/Makefile b/deskutils/kbirthday/Makefile
deleted file mode 100644
index 2114df351517..000000000000
--- a/deskutils/kbirthday/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: KBirthday
-# Date created: 2003/04/12
-# Whom: Heiner <h.eichmann@gmx.de>
-#
-# $FreeBSD$
-
-PORTNAME= kbirthday
-PORTVERSION= 0.7.3
-PORTREVISION= 9
-CATEGORIES= deskutils kde
-MASTER_SITES= http://www.gfai.de/~jaham/download/ \
- http://freshmeat.net/redir/kbirthday/32531/url_tgz/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= KDE kicker-applet that reminds you of birthdays and anniversaries
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-USE_LDCONFIG= yes
-# may or may not solve the alpha compilation issue....
-CONFIGURE_ARGS= --with-pic
-
-# necessary to access the second master site by getting rid of the default switch -A
-FETCH_CMD ?=/usr/bin/fetch -Rr
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-Wmissing-prototypes,-fPIC," ${WRKSRC}/configure
-
-.include <bsd.port.mk>