openbsd-ports/x11/obconf/Makefile

36 lines
912 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2007/01/04 20:19:54 steven Exp $
2006-05-13 21:15:56 -04:00
COMMENT= "configuration utility for openbox"
DISTNAME= obconf-1.6
PKGNAME= ${DISTNAME}p0
2006-05-13 21:15:56 -04:00
CATEGORIES= x11
MASTER_SITES= http://tr.openmonkey.com/files/obconf/
HOMEPAGE= http://tr.openmonkey.com/pages/obconf/
2006-09-18 08:19:39 -04:00
WANTLIB= glib-2.0 ICE SM X11 Xext Xft Xrender \
atk-1.0 c fontconfig iconv intl xml2 \
gmodule-2.0 gobject-2.0 m pango-1.0 glitz png \
2006-09-18 08:19:39 -04:00
pangocairo-1.0 pangoft2-1.0 freetype \
2006-05-13 21:15:56 -04:00
cairo z
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,obrender::x11/openbox
# 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
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
NO_REGRESS= Yes
.include <bsd.port.mk>