diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-24 17:57:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-24 17:57:14 +0000 |
commit | dc5267463b88d32bfffde6d54cf64eecbd49691c (patch) | |
tree | fa880477051f85516cea89c04ea8c281dc82020d /x11/elicit | |
parent | f4047b48a797f5d6b7a09ceb535ef1b8b9fb794e (diff) | |
download | ports-dc5267463b88d32bfffde6d54cf64eecbd49691c.tar.gz ports-dc5267463b88d32bfffde6d54cf64eecbd49691c.zip |
Notes
Diffstat (limited to 'x11/elicit')
-rw-r--r-- | x11/elicit/Makefile | 32 | ||||
-rw-r--r-- | x11/elicit/distinfo | 3 | ||||
-rw-r--r-- | x11/elicit/pkg-descr | 5 | ||||
-rw-r--r-- | x11/elicit/pkg-plist | 7 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile new file mode 100644 index 000000000000..45722abb94d0 --- /dev/null +++ b/x11/elicit/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: elicit +# Date created: 2006-07-18 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= elicit +PORTVERSION= 20060719 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Screen zoomer/color picker for e17 + +LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \ + edb.1:${PORTSDIR}/databases/edb \ + edje.5:${PORTSDIR}/graphics/edje \ + eet.9:${PORTSDIR}/devel/eet \ + esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \ + evas.1:${PORTSDIR}/graphics/evas \ + Imlib2.3:${PORTSDIR}/graphics/imlib2 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/x11/elicit/distinfo b/x11/elicit/distinfo new file mode 100644 index 000000000000..277804dc3d91 --- /dev/null +++ b/x11/elicit/distinfo @@ -0,0 +1,3 @@ +MD5 (elicit-20060719.tar.bz2) = 23280f261a1f0942ea3cc9aefa1abf10 +SHA256 (elicit-20060719.tar.bz2) = 3a48898c4ae83ab7557eda3926ffb2276439480e012bedc2c4037fa3e654ebb0 +SIZE (elicit-20060719.tar.bz2) = 452336 diff --git a/x11/elicit/pkg-descr b/x11/elicit/pkg-descr new file mode 100644 index 000000000000..5ebe1f920a1d --- /dev/null +++ b/x11/elicit/pkg-descr @@ -0,0 +1,5 @@ +Elicit is a screen zoomer / color picker written with the Enlightenment +Foundation Libraries. + +Author: Brian Mattern (rephorm@rephorm.com) +WWW: http://www.enlightenment.org/ diff --git a/x11/elicit/pkg-plist b/x11/elicit/pkg-plist new file mode 100644 index 000000000000..8779e647e711 --- /dev/null +++ b/x11/elicit/pkg-plist @@ -0,0 +1,7 @@ +bin/elicit +%%DATADIR%%/images/grid_cell.png +%%DATADIR%%/themes/summer.edj +%%DATADIR%%/themes/winter.edj +@dirrmtry %%DATADIR%%/themes +@dirrmtry %%DATADIR%%/images +@dirrmtry %%DATADIR%% |