aboutsummaryrefslogtreecommitdiffstats
path: root/audio/malint/Makefile
blob: 8c2018958d535b09d242ffa4cdc6a4ed29d77578 (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
28
29
30
31
# New ports collection makefile for:    malint
# Date created:             20 Jun 2005
# Whom:                 Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=   malint
DISTVERSION=    0.2
CATEGORIES= audio
MASTER_SITES=   http://www.nih.at/malint/ \
        ftp://sunsite.univie.ac.at/pub/nih/malint/ \
        http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    MPEG Audio stream validator

GNU_CONFIGURE=  yes

CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
PORTDOCS=   README
PLIST_FILES=    bin/malint

.if !defined(NOPORTDOCS)
post-install:
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>