diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-27 11:13:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-27 11:13:14 +0000 |
commit | 241d52cc58e1930270107f68f31e2e2c2137725c (patch) | |
tree | fd0c9d754824677bd2eb679fde55acc4cf7111a8 /x11-wm/mosfet-liquid/Makefile | |
parent | 850f72cab954059765c25f8064477281c307d1d0 (diff) |
Notes
Diffstat (limited to 'x11-wm/mosfet-liquid/Makefile')
-rw-r--r-- | x11-wm/mosfet-liquid/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-wm/mosfet-liquid/Makefile b/x11-wm/mosfet-liquid/Makefile new file mode 100644 index 000000000000..65ccd36289a8 --- /dev/null +++ b/x11-wm/mosfet-liquid/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mosfet-liquid +# Date created: August 22 2001 +# Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be> +# +# $FreeBSD$ +# + +PORTNAME= mosfet-liquid +PORTVERSION= 0.5.1 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.mosfet.org/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be> + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoconf:${PORTSDIR}/devel/autoconf + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDELIBS_VER=2 +INSTALLS_SHLIB= yes + +pre-configure: + cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs + +.include <bsd.port.mk> |