freebsd-ports/x11-wm/e16/Makefile
Pietro Cerutti 5f4f7d0e33 x11-wm/e16: update to 1.0.18
- Use AC_USE_SYSTEM_EXTENSIONS.
 - Build .xz tarball too.
 - Use RandR data to populate screens structure.
 - Remove unused Mode.display.xinerama_active.
 - Refactor some screen stuff.
 - Refactorization in WarpFocus().
 - Window list: Show windows on same head as pointer first.
 - Drop incomplete HAVE_STDARG_H stuff.
 - Fix warning with recent pango.
 - Warning fixes for gcc 7.
2017-04-17 11:40:34 +00:00

50 lines
1.4 KiB
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= e16
PORTVERSION= 1.0.18
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Enlightenment DR16 window manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libImlib2.so:graphics/imlib2
OPTIONS_DEFINE= DOCS NLS SOUND
OPTIONS_SUB= yes
SOUND_DESC= Sound support via pulseaudio/libsndfile
SOUND_LIB_DEPENDS= libpulse.so:audio/pulseaudio \
libsndfile.so:audio/libsndfile
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
USE_XORG= compositeproto damageproto ice sm xextproto x11 xbitmaps \
xcomposite xdamage xext xfixes xft xinerama xrandr xrender \
xxf86vm
USES= gettext gmake iconv libtool perl5 pkgconfig shebangfix
SHEBANG_FILES= scripts/e_gen_menu
CFLAGS+= -Wno-unused-parameter
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking \
--disable-rpath --enable-mans SHELL=/bin/sh
post-patch:
${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \
${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in
post-patch-DOCS-off:
${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
.include <bsd.port.mk>