69 lines
2.0 KiB
Makefile
69 lines
2.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.19 2011/04/25 22:38:08 sthen Exp $
|
|
|
|
COMMENT= DVD authoring application
|
|
|
|
DISTNAME= DVDStyler-1.8.0.3
|
|
PKGNAME= ${DISTNAME:L}
|
|
REVISION= 3
|
|
CATEGORIES= multimedia
|
|
|
|
HOMEPAGE= http://www.dvdstyler.de/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB= GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage \
|
|
Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm \
|
|
art_lgpl_2 atk-1.0 avcodec avformat avutil bonobo-2 \
|
|
bonobo-activation bonoboui-2 bz2 c cairo canberra drm \
|
|
exif expat faac fontconfig freetype gailutil gconf-2 \
|
|
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
|
|
gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
|
|
gobject-2.0 gsm gthread-2.0 gtk-x11-2.0 jpeg m mp3lame \
|
|
ogg orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \
|
|
png popt pthread pthread-stubs schroedinger-1.0 speex \
|
|
stdc++ swscale theoradec theoraenc vorbis vorbisenc \
|
|
vpx wx_base wx_base_net wx_gtk2_adv wx_gtk2_core \
|
|
wx_gtk2_html wxsvg x264 xcb xcb-render xcb-shm xml2 z
|
|
|
|
BUILD_DEPENDS= archivers/zip \
|
|
multimedia/dvdauthor \
|
|
multimedia/mjpegtools \
|
|
multimedia/mpgtx \
|
|
sysutils/dvd+rw-tools \
|
|
textproc/xmlto
|
|
LIB_DEPENDS= graphics/libexif \
|
|
x11/gnome/libgnomeui \
|
|
x11/wxSVG \
|
|
graphics/ffmpeg>=20100512
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
multimedia/dvdauthor \
|
|
multimedia/mjpegtools \
|
|
multimedia/mpgtx \
|
|
multimedia/xine-ui \
|
|
sysutils/dvd+rw-tools
|
|
|
|
# FIXME: locale/Makefile uses gmake constructs
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/dvdstyler/templates
|
|
${INSTALL_DATA} ${WRKSRC}/templates/*.{dvdt,png} \
|
|
${PREFIX}/share/dvdstyler/templates
|
|
|
|
.include <bsd.port.mk>
|