summaryrefslogtreecommitdiffstats
path: root/audio/linux-neroaaccodec/Makefile
blob: 8277ce9445cb894490e8d569c099b67dd3040f5d (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Created by: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp>
# $FreeBSD$

PORTNAME=	neroaaccodec
PORTVERSION=	1.5.1
CATEGORIES=	audio multimedia linux
MASTER_SITES=	ftp://ftp6.nero.com/tools/
PKGNAMEPREFIX=	linux-
DISTNAME=	NeroAACCodec-${PORTVERSION}

MAINTAINER=	yaizawa@2004.jukuin.keio.ac.jp
COMMENT=	Nero AAC reference quality MPEG-4 and 3GPP audio codec

USE_ZIP=	yes
NO_STAGE=	yes
USE_LINUX=	yes
USE_DOS2UNIX=	yes
DOS2UNIX_REGEX=	.*\.txt
ONLY_FOR_ARCHS=	i386 amd64
NO_BUILD=	yes
NO_WRKSUBDIR=	yes
RESTRICTED=	Solely for personal non-commercial and/or technology-evaluation purposes. No reproduction and/or distribution permitted.

PLIST_FILES=	bin/neroAacDec \
		bin/neroAacEnc \
		bin/neroAacTag

PORTDOCS=	NeroAAC_tut.pdf \
	changelog.txt \
	license.txt \
	readme.txt

OPTIONS_DEFINE=	DOCS 

.include <bsd.port.options.mk>

do-install:
.for f in ${PLIST_FILES}
	${INSTALL_PROGRAM} ${WRKSRC}/linux/${f:T} ${PREFIX}/bin
.endfor

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud