openbsd-ports/x11/obconf/Makefile

37 lines
1.0 KiB
Makefile
Raw Normal View History

2007-07-13 04:54:48 -04:00
# $OpenBSD: Makefile,v 1.8 2007/07/13 08:54: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
2007-07-13 04:54:48 -04:00
PKGNAME= ${DISTNAME}p0
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
2007-07-13 04:54:48 -04:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
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>