aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e16
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-10-10 13:05:01 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-10-10 13:05:01 +0000
commitd891cf83e89ba3e91ffb2145842e9353131e999c (patch)
tree519b30a44437251687559ae63ce0fcff5905c6c4 /x11-wm/e16
parent65876bf8e9dba98087e8992b38249f65b3b9d067 (diff)
downloadports-d891cf83e89ba3e91ffb2145842e9353131e999c.tar.gz
ports-d891cf83e89ba3e91ffb2145842e9353131e999c.zip
Notes
Diffstat (limited to 'x11-wm/e16')
-rw-r--r--x11-wm/e16/Makefile21
-rw-r--r--x11-wm/e16/distinfo4
2 files changed, 12 insertions, 13 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index e9dac2df0b0c..84473ee90a31 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -1,19 +1,16 @@
-# New ports collection makefile for: enlightenment
-# Date created: 10 June 1997
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
+# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
-#
PORTNAME= e16
-PORTVERSION= 1.0.10.002
+PORTVERSION= 1.0.11
CATEGORIES= x11-wm enlightenment
-MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
+MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A very artistic X window manager
-#BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+OPTIONS_DEFINE= ESOUND
+OPTIONS_DEFAULT=ESOUND
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
xext xfixes xft xinerama xrandr xrender xxf86vm
@@ -25,13 +22,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
--disable-rpath --enable-mans SHELL=/bin/sh
-.if !defined(WITHOUT_ESOUND)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MESOUND}
USE_GNOME= esound
.else
CONFIGURE_ARGS+=--disable-sound
.endif
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
@@ -39,7 +38,7 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
MAN1= e16.1
CONFIGURE_ARGS+=--enable-docs=yes
.else
diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo
index 8a51e7e26d56..c048a0e710d6 100644
--- a/x11-wm/e16/distinfo
+++ b/x11-wm/e16/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e16-1.0.10.002.tar.gz) = 1e535d1cbcc72d799dd12f7d5f6e1e03565495bb9fd4469e25e6ff731bb4606e
-SIZE (e16-1.0.10.002.tar.gz) = 2289750
+SHA256 (e16-1.0.11.tar.gz) = c7bc9fed4a83d2791df2acd6aa9e710cc162f2b54312c834f41940fb60a1f13e
+SIZE (e16-1.0.11.tar.gz) = 2281672