aboutsummaryrefslogtreecommitdiffstats
path: root/comms/kallers/Makefile
blob: 531d95b594ead43373a108b04d1daa38bb4e8e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=   7
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
USE_REINPLACE=      yes
USE_AUTOTOOLS=      libtool:15
CONFIGURE_TARGET=

post-patch:
    @${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
        ${WRKSRC}/${PORTNAME}/Makefile.in

.include <bsd.port.mk>