1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/entice/Makefile
Vanilla I. Shu b570bb34da Add entice, it's an Image viewer built around enlightenment 0.17 libraries.
PR:		ports/31120
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-11-04 10:16:04 +00:00

24 lines
495 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= ishmael27@home.com
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>