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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-04-11 18:37:34 +02:00
|
|
|
CATEGORIES= sysutils deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= lineak
|
|
|
|
DIST_SUBDIR= lineak
|
|
|
|
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
|
|
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
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-04-11 18:37:34 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
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>
|