1999-01-22 17:01:46 +01:00
|
|
|
# New ports collection makefile for: enlightenment
|
|
|
|
# Date created: 10 June 1997
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1997-06-04 01:53:31 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-06-04 01:53:31 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= enlightenment
|
2008-12-04 19:28:49 +01:00
|
|
|
DISTVERSION= 0.16.8.15-${E16_SNAPSHOT}
|
2000-05-18 23:23:33 +02:00
|
|
|
CATEGORIES= x11-wm
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2008-12-04 19:28:49 +01:00
|
|
|
DISTNAME= e16-${DISTVERSION}
|
1999-04-16 09:45:03 +02:00
|
|
|
|
2008-08-16 04:18:56 +02:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A very artistic X window manager
|
1997-09-14 21:58:23 +02:00
|
|
|
|
2006-02-11 16:10:31 +01:00
|
|
|
DATADIR= ${PREFIX}/share/e16
|
2008-12-04 19:28:49 +01:00
|
|
|
E16_SNAPSHOT= 0.01
|
2006-02-11 16:10:31 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xbitmaps xft x11
|
2004-08-25 09:09:37 +02:00
|
|
|
USE_ICONV= yes
|
2003-11-09 04:37:08 +01:00
|
|
|
USE_GMAKE= yes
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL= imlib2
|
1998-07-19 08:34:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-12-04 19:28:49 +01:00
|
|
|
CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
|
2006-02-11 16:10:31 +01:00
|
|
|
--disable-rpath
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-11-09 04:37:08 +01:00
|
|
|
|
2008-08-26 13:23:01 +02:00
|
|
|
PORTSCOUT= limit:0.16.8.14-*
|
|
|
|
|
2006-02-11 16:10:31 +01:00
|
|
|
.if !defined(WITHOUT_ESOUND)
|
|
|
|
USE_GNOME= esound
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-sound
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
2008-02-18 03:55:46 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
2006-02-11 16:10:31 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2008-02-18 03:55:46 +01:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
2006-02-11 16:10:31 +01:00
|
|
|
.endif
|
1999-10-18 11:43:13 +02:00
|
|
|
|
2007-02-02 18:06:25 +01:00
|
|
|
.include <bsd.port.mk>
|