diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
commit | fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /graphics/etch/Makefile | |
parent | 35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff) | |
download | freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Diffstat (limited to 'graphics/etch/Makefile')
-rw-r--r-- | graphics/etch/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/etch/Makefile b/graphics/etch/Makefile new file mode 100644 index 000000000000..7960e53fb846 --- /dev/null +++ b/graphics/etch/Makefile @@ -0,0 +1,23 @@ +# Created by: Grzegorz Blach <gblach@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= etch +PORTVERSION= 20121003 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://files.roorback.net/e17/extra/ + +MAINTAINER= gblach@FreeBSD.org +COMMENT= Etch is an abstract time based animation library + +LICENSE= LGPL21 + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= eina enesim libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +CONFIGURE_ARGS= --disable-static + +.include <bsd.port.mk> |