mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
976649a8f5
With mp3wrap you can easily concatenate multiple mp3 files. You can even add non-mp3 content. PR: ports/52900 Submitted by: Ulrich Spoerlein <q@uni.de>
25 lines
492 B
Makefile
25 lines
492 B
Makefile
# 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= q@uni.de
|
|
COMMENT= Utility to merge mp3 files (and other formats)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAN1= mp3wrap.1
|
|
|
|
.include <bsd.port.mk>
|