mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
27 lines
580 B
Makefile
27 lines
580 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= 12
|
|
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:22
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
|
|
${WRKSRC}/${PORTNAME}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|