diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 12:04:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 12:04:30 +0000 |
commit | d620e6610113d5e566f85b224c6315fa71e76975 (patch) | |
tree | 195c7674b9dec223d383966eac4cda369e9c7593 /audio | |
parent | 2f467433e949f2a117018e146fb180a2b3486dc1 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dvda-author/Makefile | 24 | ||||
-rw-r--r-- | audio/dvda-author/distinfo | 6 |
2 files changed, 22 insertions, 8 deletions
diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index 54a5bb12c81b..16cfa396ad99 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -6,22 +6,36 @@ # PORTNAME= dvda-author -PORTVERSION= 20050703 +PORTVERSION= 08.07 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF MASTER_SITE_SUBDIR= dvd-audio +DISTNAME= ${PORTNAME}-core-${PORTVERSION}-2 -MAINTAINER= dieringe@zedat.fu-berlin.de +MAINTAINER= martin.dieringer@gmx.de COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs -USE_ZIP= yes +LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac +BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty + +MAN1= dvda-author.1 + +LDFLAGS+= -liberty + +USE_BZIP2= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-flac=${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${DISTNAME}/src +# yes, -1. I talked the author. +WRKSRC= ${WRKDIR}/${PORTNAME}-core-${PORTVERSION}-1 PLIST_FILES= bin/dvda-author +# lib/libc_utils.a do-install: - ${INSTALL} ${WRKSRC}/dvda-author ${PREFIX}/bin + ${INSTALL} ${WRKSRC}/src/dvda ${PREFIX}/bin/dvda-author + ${INSTALL} ${WRKSRC}/dvda-author.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/audio/dvda-author/distinfo b/audio/dvda-author/distinfo index 43ecce361e86..97745b4e3de0 100644 --- a/audio/dvda-author/distinfo +++ b/audio/dvda-author/distinfo @@ -1,3 +1,3 @@ -MD5 (dvda-author-20050703.zip) = 3a284c5ac007c7e216c3b6670113174b -SHA256 (dvda-author-20050703.zip) = 889e464cd38281aa8a429087e8b4a791c0ba1d1dec25d6401d92d41b658d6776 -SIZE (dvda-author-20050703.zip) = 317756 +MD5 (dvda-author-core-08.07-2.tar.bz2) = 8094e20be8259b2579b8b916cf1ae6e8 +SHA256 (dvda-author-core-08.07-2.tar.bz2) = b48b8805525d7a4ad4f1e757431a0ca65d3ab46bf722d1f6ca1458bea266664c +SIZE (dvda-author-core-08.07-2.tar.bz2) = 336985 |