mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
33 lines
697 B
Makefile
33 lines
697 B
Makefile
# New ports collection makefile for: entice
|
|
# Date created: 7 Oct 2001
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= entice
|
|
PORTVERSION= 20070223
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= An image viewer written using libraries for Enlightenment 0.17
|
|
|
|
LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnometarget pkgconfig
|
|
USE_EFL= imlib2 evas edb ecore edje epsilon
|
|
USE_EFL_ESMART= thumb
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH}==ia64
|
|
BROKEN= does not install on ${ARCH}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|