14f7c29430
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
31 lines
737 B
Makefile
31 lines
737 B
Makefile
PORTNAME= vsound
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.nus.edu.sg/mirror/gentoo/distfiles/65/ \
|
|
http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Utility for capturing audio streams from programs with OSS output
|
|
WWW= http://web.archive.org/web/20210502033331/http://www.vsound.org/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= sox:audio/sox
|
|
RUN_DEPENDS= sox:audio/sox
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|