openbsd-ports/multimedia/imagination/Makefile
2016-03-18 23:12:15 +00:00

47 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2016/03/18 23:12:18 naddy Exp $
COMMENT = lightweight and simple DVD slide show maker
DISTNAME = imagination-3.0
REVISION = 4
CATEGORIES = multimedia
HOMEPAGE = http://imagination.sf.net
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gsm gthread-2.0 gtk-x11-2.0
WANTLIB += harfbuzz id3tag m mad magic mp3lame
WANTLIB += ogg opencore-amrnb opencore-amrwb pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sndfile sndio sox twolame vorbis vorbisenc vorbisfile
WANTLIB += wavpack xcb xcb-render xcb-shm z opus opusfile
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=imagination/}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --localedir=${PREFIX}/share/locale
MODULES = devel/gettext \
textproc/intltool
LIBTOOL_FLAGS = --tag=disable-static
USE_GMAKE = Yes
LIB_DEPENDS = x11/gtk+2
BUILD_DEPENDS = audio/sox
RUN_DEPENDS = audio/sox \
devel/desktop-file-utils \
x11/gtk+3,-guic
post-install:
rm ${PREFIX}/lib/imagination/*.la
.include <bsd.port.mk>