2001-11-04 11:16:04 +01:00
|
|
|
# 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/
|
|
|
|
|
2002-06-04 03:38:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= An image viewer written using libraries for Enlightenment 0.17 development
|
2001-11-04 11:16:04 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= ecore.0:${PORTSDIR}/x11/ecore \
|
|
|
|
evas.6:${PORTSDIR}/graphics/evas
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2001-11-04 11:16:04 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|