From 3ad1f14096da5ce6e893c660e031b7783eba4664 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 25 Nov 2002 01:18:49 +0000 Subject: Add MKUltra, is a lightweight native KWin style PR: 41706 Submitted by: Miguel Mendez --- x11-wm/mkultra/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 x11-wm/mkultra/Makefile (limited to 'x11-wm/mkultra/Makefile') diff --git a/x11-wm/mkultra/Makefile b/x11-wm/mkultra/Makefile new file mode 100644 index 000000000000..ea852cc83d39 --- /dev/null +++ b/x11-wm/mkultra/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mkultra +# Date created: August 16 2002 +# Whom: Miguel Mendez +# +# $FreeBSD$ +# + +PORTNAME= mkultra +PORTVERSION= 0.2.1 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 2865-${PORTNAME}-${PORTVERSION} + +MAINTAINER= flynn@energyhq.homeip.net + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoconf:${PORTSDIR}/devel/autoconf + +WRKSRC= ${WRKDIR}/${PORTNAME} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDEBASE_VER=3 +INSTALLS_SHLIB= yes + +.include -- cgit