mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a3d08d797a
Approved by: portmgr (blanket)
20 lines
481 B
Makefile
20 lines
481 B
Makefile
PORTNAME= mp3wrap
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Merge mp3 files (and other formats)
|
|
WWW= https://mp3wrap.sourceforge.net/
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= bin/mp3wrap share/man/man1/mp3wrap.1.gz
|
|
|
|
.include <bsd.port.mk>
|