freebsd-ports/graphics/entice/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

23 lines
494 B
Makefile

# New ports collection makefile for: entice
# Date created: 7 Oct 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= entice
PORTVERSION= 0.5.0
CATEGORIES= graphics
MASTER_SITES= http://www.ny.us.rasterman.com/files/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= ecore.0:${PORTSDIR}/x11/ecore \
evas.6:${PORTSDIR}/graphics/evas
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>