openbsd-ports/x11/obconf/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

2007-07-29 09:04:19 -04:00
# $OpenBSD: Makefile,v 1.9 2007/07/29 13:04:19 ajacoutot Exp $
2006-05-13 21:15:56 -04:00
COMMENT= configuration utility for openbox
2006-05-13 21:15:56 -04:00
2007-07-29 09:04:19 -04:00
DISTNAME= obconf-2.0.2
2006-05-13 21:15:56 -04:00
CATEGORIES= x11
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
2006-05-13 21:15:56 -04:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2007-07-29 09:04:19 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://icculus.org/openbox/obconf/
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 \
2007-07-29 09:04:19 -04:00
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pangoxft-1.0 png xml2 z
2006-05-13 21:15:56 -04:00
2007-07-29 09:04:19 -04:00
MODULES= devel/gettext
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 \
2007-07-29 09:04:19 -04:00
obparser.>=6,obrender.>=6::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
USE_X11= Yes
USE_GMAKE= Yes
2007-07-29 09:04:19 -04:00
CONFIGURE_STYLE=gnu
2007-07-29 09:04:19 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
2006-05-13 21:15:56 -04:00
.include <bsd.port.mk>