090059a210
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)
27 lines
597 B
Makefile
27 lines
597 B
Makefile
# 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= 9
|
|
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:15
|
|
CONFIGURE_TARGET=
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
|
|
${WRKSRC}/${PORTNAME}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|