aboutsummaryrefslogtreecommitdiffstats
path: root/comms/kallers/Makefile
blob: 023685dcf7bdf05aa2ebb07a1fd7cc83a4bd3122 (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=   6
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
GNU_CONFIGURE=      yes
CONFIGURE_TARGET=

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

.include <bsd.port.mk>