2003-07-27 23:49:35 +02:00
|
|
|
# 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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 8
|
2003-07-27 23:49:35 +02:00
|
|
|
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
|
2006-11-06 18:51:54 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-07-27 23:49:35 +02:00
|
|
|
CONFIGURE_TARGET=
|
|
|
|
|
2005-03-11 11:42:42 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
|
|
|
|
${WRKSRC}/${PORTNAME}/Makefile.in
|
|
|
|
|
2003-07-27 23:49:35 +02:00
|
|
|
.include <bsd.port.mk>
|