1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/vsound/Makefile
Dmitry Marakasov 756ee51e93 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-15 23:45:07 +00:00

25 lines
577 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
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
.include <bsd.port.mk>