4707731a17
ok dcoppa@, sthen@
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.20 2010/06/30 08:45:44 kevlo Exp $
|
|
|
|
COMMENT= configuration utility for openbox
|
|
|
|
DISTNAME= obconf-2.0.3
|
|
PKGNAME= ${DISTNAME}p6
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
|
|
|
|
# GPLv2
|
|
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 \
|
|
expat fontconfig freetype gio-2.0 glib-2.0 glitz 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 \
|
|
xcb xcb-render xcb-render-util xml2 z
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
glade-2.0.>=0.1::devel/libglade2 \
|
|
startup-notification-1::devel/startup-notification \
|
|
obparser.>=7,obrender.>=7::x11/openbox
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
|
|
:shared-mime-info->=0.21:misc/shared-mime-info
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|