diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
commit | 00535086d3a922b17e2beead589f92e6cd585ff8 (patch) | |
tree | 39749b1efaaad8c42f3be50320a00cac0799aacc /x11-themes/mosfet-liquid/Makefile | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes:
svn path=/head/; revision=100899
svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'x11-themes/mosfet-liquid/Makefile')
-rw-r--r-- | x11-themes/mosfet-liquid/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-themes/mosfet-liquid/Makefile b/x11-themes/mosfet-liquid/Makefile deleted file mode 100644 index 0c2eb09a8fd8..000000000000 --- a/x11-themes/mosfet-liquid/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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.9.6 -PORTREVISION= 1 -CATEGORIES= x11-wm kde -MASTER_SITES= http://www.mosfet.org/ -DISTNAME= ${PORTNAME}${PORTVERSION}-pre4 - -MAINTAINER= kde@freebsd.org -COMMENT= A High Performance Liquid KDE style engine - -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ - autoconf:${PORTSDIR}/devel/autoconf - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_KDEBASE_VER=3 -INSTALLS_SHLIB= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}pre4 - -pre-configure: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs - -.include <bsd.port.mk> |