openbsd-ports/x11/gmrun/Makefile
kili e14f61d2c1 Update, and let it do more than just dump core on 64-bit archs.
This bug tought me that gtk and everything depending on it is
probably seriously broken beyond repair (no usable documenation,
weird of #defined backwards compatibility hacks, ...).
2009-11-10 22:42:17 +00:00

38 lines
910 B
Makefile

# $OpenBSD: Makefile,v 1.6 2009/11/10 22:42:17 kili Exp $
COMMENT= X11 program launcher
DISTNAME= gmrun-0.9.2
CATEGORIES= x11
HOMEPAGE= http://gmrun.sourceforge.net/
MAINTAINER= Matthias Kilian <kili@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += stdc++ z pthread-stubs xcb
MODULES= devel/gettext
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gmrun/}
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
popt::devel/popt
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>