openbsd-ports/x11/openbox/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

2007-08-27 07:49:23 -04:00
# $OpenBSD: Makefile,v 1.35 2007/08/27 11:49:23 ajacoutot Exp $
COMMENT= small, fast & usable window manager
2007-08-27 07:49:23 -04:00
DISTNAME= openbox-3.4.4
SHARED_LIBS+= obparser 6.0 # .16.1
SHARED_LIBS+= obrender 6.0 # .16.1
CATEGORIES= x11
2006-02-10 05:02:36 -05:00
HOMEPAGE= http://icculus.org/openbox/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-07-29 09:02:32 -04:00
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
WANTLIB= ICE SM X11 Xext Xft Xinerama Xrandr Xrender c \
fontconfig freetype m z glib-2.0 gmodule-2.0 \
gobject-2.0 Xau Xcursor Xdmcp Xfixes expat
MODULES= devel/gettext
LIB_DEPENDS+= pango-1.0,pangoxft-1.0,pangoft2-1.0::devel/pango \
xml2.>=6::textproc/libxml \
startup-notification-1.>=1::devel/startup-notification
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2007-07-29 09:02:32 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
pre-configure:
@chmod +x ${WRKSRC}/install-sh
.include <bsd.port.mk>