1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/deskutils/kbirthday/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
862 B
Makefile

# 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= 5
CATEGORIES= deskutils kde
MASTER_SITES= http://www.gfai.de/~jaham/download/ \
http://freshmeat.net/redir/kbirthday/32531/url_tgz/
MAINTAINER= h.eichmann@gmx.de
COMMENT= KDE kicker-applet that reminds you of birthdays and anniversaries
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_LDCONFIG= yes
# may or may not solve the alpha compilation issue....
CONFIGURE_ARGS= --with-pic
# necesary 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>