41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.27 2006/06/13 12:28:33 bernd Exp $
|
|
|
|
COMMENT= "small, fast & usable window manager"
|
|
|
|
DISTNAME= openbox-3.3-rc2
|
|
PKGNAME= openbox-3.3.rc2p0
|
|
SHARED_LIBS= obparser 3.0 \
|
|
obrender 3.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
|
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS+= pango-1.0.0.0,pangoxft-1.0.0.0,pangoft2-1.0.0.0::devel/pango \
|
|
xml2.6::textproc/libxml \
|
|
startup-notification-1.0.0::devel/startup-notification
|
|
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xext Xft Xinerama Xrandr Xrender Xxf86vm c \
|
|
fontconfig freetype m z glib-2.0.0.0 gmodule-2.0.0.0 \
|
|
gobject-2.0.0.0
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/data/*.xml ${PREFIX}/share/openbox
|
|
|
|
.include <bsd.port.mk>
|