freebsd-ports/x11-wm/e16/Makefile
Pietro Cerutti 15e8907d17 - Update to 1.0.1.901
Changelog:
  - Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
  - Fix creating GL pixmap in certain situations (when using mesa?).
  - Play with XI2.
  - Remove useless definition.
  - Tweak configuration loading.
  - Eliminate Mode.action_inhibit.
  - Show EObj info via ipc when appropriate.
  - Move EWindowGetNamePixmap() to x.c (and rename).
  - Avoid some memory leaks with incorrect themes.
  - Remove some redundant checks.
  - Unmap internal windows before destroying.
  - Fixes progress bar rendering when CM is active.
  - Scale new icons down to 48x48 pixels.
  - Change iconbox fallback icon mode back to snapshot.
  - Do not propagate key events.
2010-01-18 19:01:41 +00:00

52 lines
1.2 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= e16
DISTVERSION= 1.0.1.901
CATEGORIES= x11-wm
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A very artistic X window manager
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
xext xfixes xft xinerama xrandr xrender xxf86vm
USE_ICONV= yes
USE_GMAKE= yes
USE_EFL= imlib2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
--disable-rpath --enable-mans SHELL=${LOCALBASE}/bin/bash
.if !defined(WITHOUT_ESOUND)
USE_GNOME= esound
.else
CONFIGURE_ARGS+=--disable-sound
.endif
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.if !defined(NOPORTDOCS)
MAN1= e16.1
CONFIGURE_ARGS+=--enable-docs=yes
.else
CONFIGURE_ARGS+=--enable-docs=no
post-patch:
${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>