mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
44eaadcb75
Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# Created by: Rahul Siddharthan <rsidd@online.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vsound
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.vsound.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility for capturing audio streams from programs with OSS output
|
|
|
|
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
|
|
|
|
.include <bsd.port.mk>
|