f737c90294
While here, drop share/pixmaps from PLIST.
36 lines
968 B
Makefile
36 lines
968 B
Makefile
# $OpenBSD: Makefile,v 1.35 2016/08/28 14:40:23 jca Exp $
|
|
|
|
COMMENT= configuration utility for openbox
|
|
|
|
DISTNAME= obconf-2.0.4
|
|
CATEGORIES= x11
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= http://openbox.org/wiki/Obconf
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
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 intl m obrender obt
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pangoxft-1.0
|
|
WANTLIB += rsvg-2 startup-notification-1 xml2 z
|
|
|
|
MASTER_SITES= http://openbox.org/dist/obconf/
|
|
|
|
LIB_DEPENDS= devel/gettext \
|
|
x11/gtk+2 \
|
|
devel/libglade2 \
|
|
devel/startup-notification \
|
|
x11/openbox>=3.5.2
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
misc/shared-mime-info>=0.21
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|