blob: 96de0ed49cb7968fdc988dbabb880ef20a320d1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
USES= pathfix pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-static
NO_STAGE= yes
.include <bsd.port.mk>
|