38 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2013/10/09 13:52:18 nigel Exp $
2006-05-14 01:15:56 +00:00
COMMENT= configuration utility for openbox
2006-05-14 01:15:56 +00:00
# git clone of b7f1c6ac679bbda61bc4ca13267f03022cbfde74
# which will become 2.0.4 when upstream releases a new version.
DISTNAME= obconf-2.0.4
2006-05-14 01:15:56 +00:00
CATEGORIES= x11
2011-11-03 16:43:33 +00:00
HOMEPAGE= http://openbox.org/wiki/Obconf
2006-05-14 01:15:56 +00:00
# GPLv2
2007-07-29 13:04:19 +00:00
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://openbox.org/dist/obconf/
#http://icculus.org/openbox/obconf/
2007-07-29 13:04:19 +00:00
WANTLIB += ICE Imlib2 SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m obrender obt pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pangoxft-1.0 rsvg-2 startup-notification-1
WANTLIB += xml2 z
2006-05-14 01:15:56 +00:00
2007-07-29 13:04:19 +00:00
MODULES= devel/gettext
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= x11/gtk+2 \
devel/libglade2 \
devel/startup-notification \
x11/openbox>=3.5.2
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/desktop-file-utils \
misc/shared-mime-info>=0.21
CONFIGURE_STYLE=gnu
2007-07-29 13:04:19 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2006-05-14 01:15:56 +00:00
.include <bsd.port.mk>