20 lines
444 B
Makefile
20 lines
444 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= Merge mp3 files (and other formats)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= bin/mp3wrap man/man1/mp3wrap.1.gz
|
|
|
|
.include <bsd.port.mk>
|