2012-03-06 03:50:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/03/06 08:50:54 dcoppa Exp $
|
2012-01-05 09:47:10 -05:00
|
|
|
|
|
|
|
COMMENT = gnome-mplayer toolkit
|
|
|
|
DISTNAME = gmtk-1.0.5
|
2012-03-06 03:50:54 -05:00
|
|
|
REVISION = 2
|
2012-01-05 09:47:10 -05:00
|
|
|
|
|
|
|
SHARED_LIBS = gmlib 0.0 \
|
|
|
|
gmtk 0.0
|
|
|
|
|
|
|
|
CATEGORIES = x11 devel
|
|
|
|
|
2012-01-09 17:52:37 -05:00
|
|
|
HOMEPAGE = http://kdekorte.googlepages.com/gmtk/
|
2012-01-05 09:47:10 -05:00
|
|
|
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-01-09 17:52:37 -05:00
|
|
|
MASTER_SITES = http://gmtk.googlecode.com/files/
|
2012-01-05 09:47:10 -05:00
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
|
|
|
textproc/intltool
|
|
|
|
|
|
|
|
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
|
|
|
Xext Xfixes Xi Xinerama Xrandr Xrender \
|
|
|
|
Xxf86vm atk-1.0 cairo drm expat ffi \
|
|
|
|
fontconfig freetype gdk-x11-2.0 \
|
|
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
|
|
|
|
gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
|
|
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
|
|
|
|
pixman-1 png pthread-stubs stdc++ xcb \
|
|
|
|
xcb-render xcb-shm z
|
|
|
|
|
|
|
|
LIB_DEPENDS = x11/gtk+2
|
|
|
|
|
|
|
|
RUN_DEPENDS = x11/mplayer
|
|
|
|
|
|
|
|
USE_LIBTOOL = yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
AUTOCONF_VERSION = 2.68
|
|
|
|
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
|
|
--enable-gsettings \
|
|
|
|
--disable-gconf \
|
|
|
|
--disable-gtk3 \
|
|
|
|
--disable-keystore \
|
|
|
|
--with-gio \
|
|
|
|
--without-alsa \
|
|
|
|
--without-pulseaudio
|
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|