2006-09-14 18:22:32 +02:00
|
|
|
# New ports collection makefile for: libaiff
|
|
|
|
# Date created: 14 September 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libaiff
|
2008-12-22 23:55:45 +01:00
|
|
|
PORTVERSION= 3.0
|
2006-09-14 18:22:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF/aifftools
|
|
|
|
|
2008-12-22 23:55:45 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-09-14 18:22:32 +02:00
|
|
|
COMMENT= Read and write AIFF files
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/endian.h \
|
|
|
|
include/${PORTNAME}/${PORTNAME}.h
|
|
|
|
PLIST_DIRS= include/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/install: libaiff.a/install:/' ${WRKSRC}/${MAKEFILE}.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|