077e3b332d
Test & okay ajacoutot@
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.13 2008/02/09 09:28:33 bernd Exp $
|
|
|
|
COMMENT= configuration utility for openbox
|
|
|
|
DISTNAME= obconf-2.0.3
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# 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 \
|
|
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
pangoxft-1.0 png xml2 z Xcomposite Xdamage
|
|
|
|
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>
|