26 lines
439 B
Makefile
26 lines
439 B
Makefile
|
# ex:ts=8
|
||
|
# New ports collection makefile for: libsndfile
|
||
|
# Date created: Jul 20, 2001
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libsndfile
|
||
|
PORTVERSION= 0.0.23
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
post-install:
|
||
|
@${MKDIR} ${DOCSDIR}
|
||
|
@${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|