mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7341bee021
PR: 45046 Submitted by: Rahul Siddharthan <rsidd@online.fr> (maintainer)
26 lines
479 B
Makefile
26 lines
479 B
Makefile
# New ports collection makefile for: linux-vsound
|
|
# Date created: 13 June 2002
|
|
# Whom: Rahul Siddharthan <rsidd@online.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vsound
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://rsidd.online.fr/
|
|
|
|
MAINTAINER= rsidd@online.fr
|
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|