diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-11 16:37:34 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-11 16:37:34 +0000 |
commit | 6e8864ef4d4364d602acb0f345d6532baa51c83d (patch) | |
tree | 97fb030b951a455b2a61b21c8f0f045c3f2027bf /sysutils/lineak_kdeplugins/Makefile | |
parent | Update to 1.06 (diff) |
Add lineak_kdeplugins, kdeplugins for lineak
PR: ports/79503
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'sysutils/lineak_kdeplugins/Makefile')
-rw-r--r-- | sysutils/lineak_kdeplugins/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/lineak_kdeplugins/Makefile b/sysutils/lineak_kdeplugins/Makefile new file mode 100644 index 000000000000..5cfc5b12aeb7 --- /dev/null +++ b/sysutils/lineak_kdeplugins/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: lineak_kdeplugins +# Date created: 2004-12-29 +# Whom: Kay Lehmann <kay_lehmann@web.de> +# +# $FreeBSD$ +# + +PORTNAME= lineak_kdeplugins +PORTVERSION= 0.8.3 +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 + +USE_KDE_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS+= --program-prefix='' +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 + +MAN1= lineak_kdeplugins.1 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= "Needs KDE to be compiled with gcc 3.4" +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |