diff options
Diffstat (limited to 'x11/elicit/Makefile')
-rw-r--r-- | x11/elicit/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile deleted file mode 100644 index d2fe283a1369..000000000000 --- a/x11/elicit/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: elicit -# Date created: 2006-07-18 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ -# $FreeBSD$ -# - -PORTNAME= elicit -PORTVERSION= 20080223 -PORTREVISION= 3 -CATEGORIES= x11 enlightenment -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ - -MAINTAINER= stas@FreeBSD.org -COMMENT= Screen zoomer/color picker for e17 - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget pkgconfig -USE_EFL= ecore eet edje evas imlib2 -USE_EFL_ESMART= draggies container -USE_EFL_ECORE= evas file config - -BROKEN= does not compile -DEPRECATED= abandoned upstream -EXPIRATION_DATE= 2011-01-01 - -.include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= edje is broken on ia64 -.endif - -.include <bsd.port.post.mk> |