freebsd-ports/audio/libaiff/Makefile
Jason E. Hale b10d46ab3f audio/libaiff: Update to 6.0
Project development moved to Github.
Use shared library instead of static.
2022-11-03 13:18:46 -04:00

21 lines
393 B
Makefile

PORTNAME= libaiff
DISTVERSIONPREFIX= v
DISTVERSION= 6.0
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Read and write AIFF files
WWW= http://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>