diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index dbbdc03320a8..564e44944114 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -57,6 +57,7 @@ SUBDIR += ebuttons SUBDIR += ecore SUBDIR += electricsheep + SUBDIR += elicit SUBDIR += emu SUBDIR += erun SUBDIR += eterm 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%% |