diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11-wm/e17-module-rmb/Makefile | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-rmb/Makefile')
-rw-r--r-- | x11-wm/e17-module-rmb/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/e17-module-rmb/Makefile b/x11-wm/e17-module-rmb/Makefile new file mode 100644 index 000000000000..7c418cb8a61b --- /dev/null +++ b/x11-wm/e17-module-rmb/Makefile @@ -0,0 +1,22 @@ +# Created by: Grzegorz Blach <gblach@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rmb +PORTVERSION= 20120918 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= gblach@FreeBSD.org +COMMENT= An e17 module to emulate right mouse button + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= libtool_hack modarch_hack +USE_GNOME= pkgconfig + +.include <bsd.port.mk> |