mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# New ports collection makefile for: exhibit
|
|
# Date created: 2006-08-15
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $MBSDlabs$
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= exhibit
|
|
PORTVERSION= 20070223
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= An ETK-based image viewer
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
USE_EFL= evas eet ecore edje etk epsilon
|
|
WANT_EFL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS= ENGRAVE "Enable E17 desktop wallpaper support" on \
|
|
ENLIGHTENMENT "Enable e17 desktop integration" off
|
|
|
|
PLIST_FILES= bin/exhibit %%DATADIR%%/gui.edj
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !defined(WITHOUT_ENGRAVE) || ${HAVE_EFL:Mengrave}
|
|
USE_EFL+= engrave
|
|
.endif
|
|
|
|
.if defined(WITH_ENLIGHTENMENT) || exists(${X11BASE}/bin/enlightenment_remote)
|
|
BUILD_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
RUN_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|