mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1f2f637e6e
Changes since last update: 1.0.7.001 http://trac.enlightenment.org/e/changeset/55885/trunk/E16/e/ChangeLog 1.0.7.002 http://trac.enlightenment.org/e/changeset/55894/trunk/E16/e/ChangeLog 1.0.7.003 http://trac.enlightenment.org/e/changeset/56968/trunk/E16/e/ChangeLog
57 lines
1.3 KiB
Makefile
57 lines
1.3 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
|
|
PORTVERSION= 1.0.7.003
|
|
CATEGORIES= x11-wm enlightenment
|
|
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
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
|
|
--disable-rpath --enable-mans SHELL=/bin/sh
|
|
|
|
.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
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \
|
|
${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|