freebsd-ports/audio/mp3wrap/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

17 lines
418 B
Makefile

PORTNAME= mp3wrap
PORTVERSION= 0.5
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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/mp3wrap man/man1/mp3wrap.1.gz
.include <bsd.port.mk>