openbsd-ports/x11/ogle_gui/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.34 2013/03/21 08:48:56 ajacoutot Exp $
CATEGORIES= x11
COMMENT= GUI for ogle
DISTNAME= ogle_gui-0.9.2
2011-09-16 08:29:12 -04:00
REVISION= 10
2010-07-30 08:03:08 -04:00
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
# Authors can be reached at dvd@dtek.chalmers.se
MASTER_SITES= ${HOMEPAGE}/dist/
CONFIGURE_STYLE= gnu
# GPL
PERMIT_PACKAGE_CDROM=Yes
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr c expat gio-2.0 pcre pixman-1 pthread
2010-07-30 08:03:08 -04:00
WANTLIB += z pthread-stubs xcb dvdcontrol xml2 msgevents
WANTLIB += gthread-2.0 xcb-render GL X11-xcb Xxf86vm drm xcb-shm
WANTLIB += Xrender atk-1.0 fontconfig freetype glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 m pango-1.0 glade-2.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 cairo png gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gtk-x11-2.0
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= x11/ogle \
textproc/libxml \
MODULES= devel/gettext
2006-11-13 08:01:37 -05:00
2010-11-22 03:36:47 -05:00
LIB_DEPENDS+= devel/libglade2 \
x11/gtk+2
CONFIGURE_ARGS+=--enable-gtk2
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
LDFLAGS="-pthread"
.include <bsd.port.mk>