freebsd-ports/graphics/etch/Makefile
Baptiste Daroussin 894a8184ce Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_GMAKE=yes -> USES=gmake
  * USE_PERL5 -> USES=perl5
2013-09-01 22:50:06 +00:00

23 lines
480 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
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eina enesim libtool_hack
USES= pathfix pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-static
.include <bsd.port.mk>