1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/dvda-author/Makefile
Martin Wilke 27d5c81cde A set of tools for authoring and playback of unencrypted and uncompressed
audio on DVD.

WWW: http://sourceforge.net/projects/dvd-audio/

PR:		ports/117039 (merged from nosedive)
Submitted by:	dieringe at zedat.fu-berlin.de
2007-10-09 12:00:32 +00:00

28 lines
556 B
Makefile

# New ports collection makefile for: dvda-author
# Date created: 9 October 2007
# Whom: dieringe@zedat.fu-berlin.de
#
# $FreeBSD$
#
PORTNAME= dvda-author
PORTVERSION= 20050703
CATEGORIES= audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR= dvd-audio
MAINTAINER= dieringe@zedat.fu-berlin.de
COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs
USE_ZIP= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
PLIST_FILES= bin/dvda-author
do-install:
${INSTALL} ${WRKSRC}/dvda-author ${PREFIX}/bin
.include <bsd.port.mk>