mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8503536d38
Approved by: portmgr (kris)
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# New ports collection makefile for: entice
|
|
# Date created: 7 Oct 2001
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= entice
|
|
PORTVERSION= 0.9.3.004
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= vanilla
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= An image viewer written using libraries for Enlightenment 0.17
|
|
|
|
LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart
|
|
|
|
BROKEN= Does not compile
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnometarget
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|