2006-02-10 05:02:36 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2006/02/10 10:02:36 steven Exp $
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2002-12-14 19:00:53 -05:00
|
|
|
COMMENT= "small, fast & usable window manager"
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2004-04-24 18:09:55 -04:00
|
|
|
DISTNAME= openbox-3.2
|
2006-02-10 05:02:36 -05:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2005-12-26 13:45:10 -05:00
|
|
|
SHARED_LIBS= obparser 2.0 \
|
|
|
|
obrender 2.0
|
2002-04-28 13:33:04 -04:00
|
|
|
CATEGORIES= x11
|
2006-02-10 05:02:36 -05:00
|
|
|
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2006-02-10 05:02:36 -05:00
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2004-08-10 07:16:43 -04:00
|
|
|
MODULES= devel/gettext
|
2005-10-01 19:44:34 -04:00
|
|
|
LIB_DEPENDS+= glib-2.0.0.0::devel/glib2 \
|
2003-11-13 14:26:00 -05:00
|
|
|
xml2.6::textproc/libxml \
|
2003-11-16 23:24:23 -05:00
|
|
|
startup-notification-1.0.0::devel/startup-notification
|
2003-04-19 15:12:41 -04:00
|
|
|
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
|
|
|
|
2003-11-11 22:50:22 -05:00
|
|
|
# GPL
|
2002-04-28 13:33:04 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xinerama Xrandr Xrender Xxf86vm c \
|
2005-10-01 19:44:34 -04:00
|
|
|
fontconfig freetype m z
|
2002-04-28 13:33:04 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2005-10-01 19:44:34 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2002-04-28 13:33:04 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2003-04-19 15:12:41 -04:00
|
|
|
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2002-12-07 23:37:20 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2003-11-11 22:45:05 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/*.xml ${PREFIX}/share/openbox
|
|
|
|
|
2002-04-28 13:33:04 -04:00
|
|
|
.include <bsd.port.mk>
|