mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
19 lines
519 B
Makefile
19 lines
519 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
PORTNAME= libaiff
|
|
PORTVERSION= 5.0
|
|
DISTVERSIONSUFFIX= -release
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Read and write AIFF files
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/endian.h \
|
|
include/${PORTNAME}/${PORTNAME}.h include/${PORTNAME}/config.vc.h
|
|
|
|
.include <bsd.port.mk>
|