2005-03-10 11:21:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2005/03/10 11:21:14 alek Exp $
|
2003-01-31 19:02:26 +00:00
|
|
|
|
|
|
|
COMMENT= "Boring window manager for the adult in you."
|
|
|
|
|
2004-12-14 01:14:44 +00:00
|
|
|
DISTNAME= metacity-2.8.8
|
2005-03-10 11:21:14 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2003-06-12 20:07:18 +00:00
|
|
|
CATEGORIES= x11 x11/gnome
|
2003-01-31 19:02:26 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity
|
|
|
|
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 13:57:55 +00:00
|
|
|
WANTLIB= ICE ORBit-2 SM X11 Xcursor Xext Xft Xinerama Xrandr Xrender \
|
|
|
|
atk-1.0.0.0 c fontconfig freetype gdk-x11-2.0.0.0 \
|
|
|
|
gdk_pixbuf-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
|
|
|
|
gobject-2.0.0.0 gthread-2.0.0.0 gtk-x11-2.0.0.0 m \
|
|
|
|
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
|
|
|
|
popt pthread
|
2003-01-31 19:02:26 +00:00
|
|
|
|
2004-06-23 03:26:11 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.8/}
|
2003-01-31 19:02:26 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2004-08-10 10:56:42 +00:00
|
|
|
MODULES= devel/gettext
|
2003-01-31 19:02:26 +00:00
|
|
|
|
2004-07-28 05:19:12 +00:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
2003-01-31 19:02:26 +00:00
|
|
|
LIB_DEPENDS= gconf-2::devel/gconf2 \
|
2003-06-12 20:07:18 +00:00
|
|
|
startup-notification-1::devel/startup-notification
|
2003-01-31 19:02:26 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/metacity
|
2003-10-07 05:48:53 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-schemas-install
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include"
|
2003-01-31 19:02:26 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/metacity && \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/metacity/; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/theme-format.txt ${PREFIX}/share/doc/metacity/; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/metacity-theme.dtd ${PREFIX}/share/doc/metacity/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|