1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/mp3wrap/Makefile

22 lines
464 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= mp3wrap
PORTVERSION= 0.5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= uqs@FreeBSD.org
COMMENT= Utility to merge mp3 files (and other formats)
GNU_CONFIGURE= yes
NO_STAGE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= mp3wrap.1
PLIST_FILES= bin/mp3wrap
.include <bsd.port.mk>