2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: emerald
|
|
|
|
# Date created: Oct 29 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= emerald
|
2009-12-01 22:57:44 +01:00
|
|
|
PORTVERSION= 0.8.4
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-08 08:55:30 +02:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2008-07-30 21:00:36 +02:00
|
|
|
MAINTAINER= rnoland@FreeBSD.org
|
2007-05-19 22:36:56 +02:00
|
|
|
COMMENT= Emerald Window Decorator
|
|
|
|
|
2007-09-05 13:44:00 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
|
2008-11-09 08:10:16 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GL= gl
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2007-09-05 13:44:00 +02:00
|
|
|
USE_GNOME= gnomehack gtk20 libwnck pango
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_XORG= xrender
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_LDCONFIG= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
MAN1= emerald.1 \
|
|
|
|
emerald-theme-manager.1
|
|
|
|
|
- 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 ${PTHREAD_LIBS}"
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
# XXX - might want to change that
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|