openbsd-ports/x11/gmtk/Makefile
dcoppa 812e17dd63 Import gmtk, the gnome-mplayer toolkit.
$ cat pkg/DESCR
gmtk is a library that is used by gnome-mplayer and gecko-mediaplayer:
several common functions and routines formerly in gnome-mplayer and
gecko-mediaplayer have been moved to this library.
gmtk can be used to build your own media players, as widgets have
been created to control mplayer: a simple media player can be built
using this library very quickly.

Feedback and ok: ajacoutot@, sebastia@
2012-01-05 14:47:10 +00:00

60 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/01/05 14:47:10 dcoppa Exp $
COMMENT = gnome-mplayer toolkit
DISTNAME = gmtk-1.0.5
SHARED_LIBS = gmlib 0.0 \
gmtk 0.0
CATEGORIES = x11 devel
HOMEPAGE = http://gmtk.googlecode.com/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/files/
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>