blob: b3b5b16d57dcd49e6e3a113f15d9ed69928e46e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= rmb
PORTVERSION= 20130510
PORTREVISION= 2
CATEGORIES= x11-wm enlightenment
MASTER_SITES= LOCAL/gblach/e17/modules/
PKGNAMEPREFIX= e-module-
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment module to emulate right mouse button
LICENSE= GPLv3
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USES= libtool pkgconfig tar:bzip2
.include "../enlightenment/Makefile.plist"
.include <bsd.port.mk>
|