aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3wrap/Makefile
blob: 3335fcd23e0a392b15eeb4912196edb02fc67e80 (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
# New ports collection makefile for:	audio/mp3wrap
# Date created:				30.05.2003
# Whom:					Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
#

PORTNAME=	mp3wrap
PORTVERSION=	0.5
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	uspoerlein@gmail.com
COMMENT=	Utility to merge mp3 files (and other formats)

GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAN1=		mp3wrap.1
PLIST_FILES=	bin/mp3wrap

.include <bsd.port.mk>