freebsd-ports/audio/libaiff/Makefile

35 lines
839 B
Makefile
Raw Normal View History

# New ports collection makefile for: libaiff
# Date created: 14 September 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libaiff
2009-02-03 16:37:46 +01:00
PORTVERSION= 5.0
CATEGORIES= audio
MASTER_SITES= SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION}
2009-02-03 16:37:46 +01:00
DISTNAME= libaiff-5.0-release
2009-05-11 09:01:58 +02:00
MAINTAINER= gahr@FreeBSD.org
COMMENT= Read and write AIFF files
GNU_CONFIGURE= yes
2009-02-03 16:37:46 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/endian.h \
2009-02-03 16:37:46 +01:00
include/${PORTNAME}/${PORTNAME}.h include/${PORTNAME}/config.vc.h
PLIST_DIRS= include/${PORTNAME}
.include <bsd.port.pre.mk>
post-patch:
2009-02-03 16:37:46 +01:00
@${REINPLACE_CMD} -e 's/install: libaiff.a/install:/' \
${WRKSRC}/${MAKEFILE}.in
.if ${OSVERSION} < 700042
BROKEN= does not build on 6.x.
.endif
.include <bsd.port.post.mk>