43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.12 2007/10/25 16:04:10 ajacoutot Exp $
|
|
|
|
COMMENT= configuration utility for openbox
|
|
|
|
DISTNAME= obconf-2.0.2
|
|
PKGNAME= ${DISTNAME}p2
|
|
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.>=6,obrender.>=6::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>
|