1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11-wm/enlightenment-devel/Makefile
Stanislav Sedov c392bd4639 - Inform user that applying suid bit on some binaries
might be required for some functions to work.

Submitted by:	Ilya Bakulin <webmaster@kibab.com>
2008-06-22 16:58:09 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: enlightenment
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= enlightenment
PORTVERSION= 0.16.999.042
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
http://download.enlightenment.org/snapshots/2008-01-25/
MAINTAINER= stas@FreeBSD.org
COMMENT= A very artistic X window manager
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_EFL= imlib2 evas edje ecore embryo eet efreet edbus
USE_EFL_ECORE= evas config file ipc con job txt imf imf_evas
USE_EFL_EVAS_LOADERS= edb eet jpeg png
USE_ICONV= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
post-install:
@${ECHO_MSG} '********************************************************'
@${ECHO_MSG} 'NOTE: If you want "Shutdown" and "Restart"'
@${ECHO_MSG} 'menu actions to work properly, manually set SUID bit'
@${ECHO_MSG} 'on "${PREFIX}/bin/enlightenment_sys" executable.'
@${ECHO_MSG}
@${ECHO_MSG} 'WARNING: this program might be vulnerable so do not'
@${ECHO_MSG} 'set suid bit if do not trust all users of this machine.'
@${ECHO_MSG} '********************************************************'
.include <bsd.port.mk>