openbsd-ports/x11/obconf/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

2010-10-11 04:11:24 -04:00
# $OpenBSD: Makefile,v 1.23 2010/10/11 08:19:58 jasper 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.3
2010-10-11 04:11:24 -04:00
REVISION= 8
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
# GPLv2
2007-07-29 09:04:19 -04:00
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 Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
2010-10-11 04:11:24 -04:00
expat fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pangoxft-1.0 pixman-1 png pthread pthread-stubs \
2010-07-30 05:23:28 -04:00
xcb xcb-render xcb-render-util xml2 z gdk-x11-2.0 \
gdk_pixbuf-2.0 gtk-x11-2.0 glade-2.0 startup-notification-1 \
obparser obrender
2006-05-13 21:15:56 -04:00
2007-07-29 09:04:19 -04:00
MODULES= devel/gettext
2010-07-30 05:23:28 -04:00
LIB_DEPENDS= ::x11/gtk+2 \
::devel/libglade2 \
::devel/startup-notification \
::x11/openbox
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info->=0.21:misc/shared-mime-info
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"
2006-05-13 21:15:56 -04:00
.include <bsd.port.mk>