bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# 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
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= eina enesim libtool_hack
|
|
USES= pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
.include <bsd.port.mk>
|