1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/libaiff/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

22 lines
394 B
Makefile

PORTNAME= libaiff
DISTVERSIONPREFIX= v
DISTVERSION= 6.0
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Read and write AIFF files
WWW= https://aifftools.sourceforge.net/libaiff/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= mtszb
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>