aboutsummaryrefslogtreecommitdiffstats
path: root/audio/dvda-author/Makefile
blob: 54a5bb12c81bba3892b35e0d47973f664312e3e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>