diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /x11-wm/e17-module-rain/Makefile | |
parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_2_0'.release/6.2.0
Notes
Notes:
svn path=/head/; revision=177408
svn path=/tags/RELEASE_6_2_0/; revision=177409; tag=release/6.2.0
Diffstat (limited to 'x11-wm/e17-module-rain/Makefile')
-rw-r--r-- | x11-wm/e17-module-rain/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile deleted file mode 100644 index 77f5f19018dc..000000000000 --- a/x11-wm/e17-module-rain/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: e17-module-rain -# Date created: 23 June 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= rain -PORTVERSION= 20060926 -PORTREVISION= 0 -CATEGORIES= x11 -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= stas@FreeBSD.org -COMMENT= An e17 module which draws raindrops on your screen - -BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget pkgconfig -USE_EFL= edje - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.pre.mk> -.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" -.include <bsd.port.post.mk> |