diff options
author | gahr <gahr@FreeBSD.org> | 2012-10-10 21:05:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-10-10 21:05:01 +0800 |
commit | e9ec7a40c7c290434ef18dc684b14e0fdc048aa2 (patch) | |
tree | 519b30a44437251687559ae63ce0fcff5905c6c4 /x11-wm | |
parent | 740f1a836c6a10e89c0dad3b7d94a7eea68cd74a (diff) | |
download | freebsd-ports-gnome-e9ec7a40c7c290434ef18dc684b14e0fdc048aa2.tar.gz freebsd-ports-gnome-e9ec7a40c7c290434ef18dc684b14e0fdc048aa2.tar.zst freebsd-ports-gnome-e9ec7a40c7c290434ef18dc684b14e0fdc048aa2.zip |
- Update to 1.0.11
- Add OptionsNG to select ESD sound server
- Convert NLS and PORTDOCS checks to OptionsNG
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 21 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 4 |
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 |