2006-07-09 19:32:46 +02:00
|
|
|
# New ports collection makefile for: lineak-kdeplugins
|
2005-04-11 18:37:34 +02:00
|
|
|
# Date created: 2004-12-29
|
|
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-07-09 19:32:46 +02:00
|
|
|
PORTNAME= lineak-kdeplugins
|
|
|
|
PORTVERSION= 0.9
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2005-04-11 18:37:34 +02:00
|
|
|
CATEGORIES= sysutils deskutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/lineak/lineak_kdeplugins/${PORTNAME}-${PORTVERSION}
|
2005-04-11 18:37:34 +02:00
|
|
|
DIST_SUBDIR= lineak
|
|
|
|
|
2008-06-03 04:42:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-04-11 18:37:34 +02:00
|
|
|
COMMENT= KDE plugins for lineakd
|
|
|
|
|
|
|
|
LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd
|
|
|
|
|
2005-04-19 18:23:59 +02:00
|
|
|
USE_KDELIBS_VER=3
|
2005-04-11 18:37:34 +02:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2005-04-11 18:37:34 +02:00
|
|
|
CONFIGURE_ARGS+= --program-prefix=''
|
|
|
|
|
|
|
|
MAN1= lineak_kdeplugins.1
|
2006-07-09 19:32:46 +02:00
|
|
|
#MANCOMPRESSED= yes
|
2005-04-11 18:37:34 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
|
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|