openbsd-ports/x11/obconf/Makefile

35 lines
943 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2007/06/25 10:55:48 ajacoutot Exp $
2006-05-13 21:15:56 -04:00
COMMENT= configuration utility for openbox
2006-05-13 21:15:56 -04:00
DISTNAME= obconf-2.0.1
2006-05-13 21:15:56 -04:00
CATEGORIES= x11
MASTER_SITES= http://icculus.org/openbox/obconf/
2006-05-13 21:15:56 -04:00
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
2006-05-13 21:15:56 -04:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
WANTLIB= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xi \
Xinerama Xrandr Xrender atk-1.0 c cairo expat \
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
gobject-2.0 iconv intl m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pangoxft-1.0 png xml2 z
2006-05-13 21:15:56 -04:00
2006-09-18 08:19:39 -04:00
LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
2006-09-18 06:21:48 -04:00
glade-2.0.>=0.1::devel/libglade2 \
2006-05-13 21:15:56 -04:00
startup-notification-1::devel/startup-notification \
obparser.>=5,obrender.>=5::x11/openbox
2006-05-13 21:15:56 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
2006-05-13 21:15:56 -04:00
.include <bsd.port.mk>