2012-10-10 13:05:01 +00:00
|
|
|
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-06-03 23:53:31 +00:00
|
|
|
|
2009-06-07 21:50:22 +00:00
|
|
|
PORTNAME= e16
|
2015-12-24 14:53:48 +00:00
|
|
|
PORTVERSION= 1.0.17
|
2010-09-29 21:00:40 +00:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2014-12-13 10:15:50 +00:00
|
|
|
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
|
1999-04-16 07:45:03 +00:00
|
|
|
|
2015-12-24 14:53:48 +00:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2013-10-28 08:45:13 +00:00
|
|
|
COMMENT= Enlightenment DR16 window manager
|
1997-09-14 19:58:23 +00:00
|
|
|
|
2014-09-05 14:23:46 +00:00
|
|
|
LICENSE= MIT
|
2015-09-02 22:40:54 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-09-05 14:23:46 +00:00
|
|
|
|
2016-04-01 14:33:55 +00:00
|
|
|
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
2014-12-27 00:09:02 +00:00
|
|
|
|
2014-10-17 10:07:42 +00:00
|
|
|
OPTIONS_DEFINE= DOCS NLS SOUND
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
SOUND_DESC= Sound support via pulseaudio/libsndfile
|
2016-04-01 14:33:55 +00:00
|
|
|
SOUND_LIB_DEPENDS= libpulse.so:audio/pulseaudio \
|
|
|
|
libsndfile.so:audio/libsndfile
|
2014-10-17 10:07:42 +00:00
|
|
|
SOUND_CONFIGURE_ON= --enable-sound \
|
|
|
|
--enable-sound-pulse \
|
|
|
|
--with-sndldr=sndfile
|
|
|
|
SOUND_CONFIGURE_OFF= --disable-sound \
|
|
|
|
--with-sndldr=none
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
DOCS_CONFIGURE_ON= --enable-docs=yes
|
|
|
|
DOCS_CONFIGURE_OFF= --enable-docs=no
|
2009-12-24 17:26:12 +00:00
|
|
|
|
2009-05-22 18:36:48 +00:00
|
|
|
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
|
|
|
|
xext xfixes xft xinerama xrandr xrender xxf86vm
|
2014-10-17 10:07:42 +00:00
|
|
|
USES= gettext gmake iconv libtool perl5 pkgconfig shebangfix
|
2014-02-17 09:06:04 +00:00
|
|
|
SHEBANG_FILES= scripts/e_gen_menu
|
2014-03-31 08:55:48 +00:00
|
|
|
CFLAGS+= -Wno-unused-parameter
|
1998-07-19 06:34:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-02-18 11:51:29 +00:00
|
|
|
CONFIGURE_ARGS= --disable-dependency-tracking \
|
2010-08-30 16:42:11 +00:00
|
|
|
--disable-rpath --enable-mans SHELL=/bin/sh
|
2009-08-27 21:50:02 +00:00
|
|
|
|
2009-06-07 22:40:41 +00:00
|
|
|
post-patch:
|
2010-07-05 09:18:10 +00:00
|
|
|
${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \
|
|
|
|
${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in
|
|
|
|
|
2015-09-02 22:40:54 +00:00
|
|
|
post-patch-DOCS-off:
|
|
|
|
${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
|
|
|
|
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
|
|
|
|
|
2009-12-22 20:26:00 +00:00
|
|
|
.include <bsd.port.mk>
|