2001-08-10 16:48:50 +00:00
|
|
|
# New ports collection makefile for: golem
|
|
|
|
# Date created: 11 August 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= golem
|
2011-08-13 10:42:43 +00:00
|
|
|
PORTVERSION= 0.0.6
|
2001-08-10 16:48:50 +00: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 17:56:05 +00:00
|
|
|
MASTER_SITES= SF
|
2001-08-10 16:48:50 +00:00
|
|
|
|
2005-09-11 21:59:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:19:11 +00:00
|
|
|
COMMENT= Small window manager with themes and plugins
|
2001-08-10 16:48:50 +00:00
|
|
|
|
2011-08-13 10:42:43 +00:00
|
|
|
LICENSE= BSD
|
2001-12-22 14:35:13 +00:00
|
|
|
|
2012-05-31 14:49:26 +00:00
|
|
|
OPTIONS_DEFINE= ESOUND XINERAMA
|
|
|
|
OPTIONS_DEFAULT= XINERAMA
|
2011-08-13 10:42:43 +00:00
|
|
|
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_XORG= xpm
|
|
|
|
WANT_GNOME= yes
|
|
|
|
USE_GMAKE= yes
|
- 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 17:56:05 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-08-13 10:42:43 +00:00
|
|
|
CONFIGURE_ARGS= --enable-i18n
|
|
|
|
MAKE_ARGS= DEVEL=1
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= golem.1
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.endif
|
2011-12-22 11:12:17 +00:00
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
2011-11-11 05:06:19 +00:00
|
|
|
.endif
|
2011-08-13 10:42:43 +00:00
|
|
|
|
2012-05-31 14:49:26 +00:00
|
|
|
.if ${PORT_OPTIONS:MESOUND}
|
2011-08-13 10:42:43 +00:00
|
|
|
USE_GNOME+= esound
|
|
|
|
CONFIGURE_ARGS+=--enable-sound
|
|
|
|
PLIST_SUB+= ESOUND=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= ESOUND="@comment "
|
|
|
|
.endif
|
- 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 17:56:05 +00:00
|
|
|
|
2012-05-31 14:49:26 +00:00
|
|
|
.if ${PORT_OPTIONS:MXINERAMA}
|
- 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 17:56:05 +00:00
|
|
|
USE_XORG+= xinerama
|
2011-08-13 10:42:43 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-xinerama
|
2001-12-22 14:35:13 +00:00
|
|
|
.endif
|
|
|
|
|
2011-08-13 10:42:43 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/cl_thread.c/d' ${WRKSRC}/complib/user/Makefile
|
|
|
|
|
|
|
|
# avoid using standard MAKE_ENV
|
|
|
|
do-build:
|
|
|
|
@cd ${BUILD_WRKSRC}; \
|
|
|
|
${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${INSTALL_WRKSRC}; \
|
|
|
|
${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
|
2001-08-10 16:48:50 +00:00
|
|
|
|
2011-08-13 10:42:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|