aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/e16/Makefile
blob: f6ea59b5aa4355fa0f5f062294957d3cf0dd7990 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    enlightenment
# Date created:         10 June 1997
# Whom:             Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   enlightenment
DISTVERSION=    0.16.8.15-${E16_SNAPSHOT}
CATEGORIES= x11-wm
MASTER_SITES=   SF
DISTNAME=   e16-${DISTVERSION}

MAINTAINER= gahr@FreeBSD.org
COMMENT=    A very artistic X window manager

DATADIR=    ${PREFIX}/share/e16
E16_SNAPSHOT=   0.01

USE_XORG=   xbitmaps xft x11
USE_ICONV=  yes
USE_GMAKE=  yes
USE_EFL=    imlib2
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
        --disable-rpath
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

PORTSCOUT=  limit:0.16.8.14-*

.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

.include <bsd.port.mk>