diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-09 08:15:10 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-09 08:15:10 +0000 |
commit | b17cc1cb1f81559e55e8be5f5742e40c8721b9fc (patch) | |
tree | 60790579cc3a4e4622198b04dc11ac04029527d6 /multimedia/qdvdauthor/Makefile | |
parent | cc9c710a2535b2f90ed1b0962e68b42d6cec94cc (diff) |
Notes
Diffstat (limited to 'multimedia/qdvdauthor/Makefile')
-rw-r--r-- | multimedia/qdvdauthor/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile index 3e8e580bcd22..5d7cef2cde68 100644 --- a/multimedia/qdvdauthor/Makefile +++ b/multimedia/qdvdauthor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qdvdauthor -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.8 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,23 +17,26 @@ COMMENT= QT graphical frontend for dvdauthor BUILD_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ - xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ mpeg2enc:${PORTSDIR}/multimedia/mjpegtools +PLIST_FILES= bin/qdvdauthor \ + bin/qslideshow \ + bin/qplayer + HAS_CONFIGURE= yes USE_X_PREFIX= yes USE_QT_VER= 3 QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-image-magick-lib \ - --build-qslideshow --build-wxine +CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-xine-lib \ + --build-qslideshow --build-qplayer NO_BUILD= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor ${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow - ${INSTALL_PROGRAM} ${WRKSRC}/bin/qxine ${PREFIX}/bin/qxine + ${INSTALL_PROGRAM} ${WRKSRC}/bin/qplayer ${PREFIX}/bin/qplayer .include <bsd.port.mk> |