mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
23ac2035b9
I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# New ports collection makefile for: wavplay
|
|
# Date created: 14 January 2000
|
|
# Whom: greg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wavplay
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/players
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= A wav player and recorder
|
|
|
|
MAN1= wavplay.1
|
|
|
|
PLIST_FILES= bin/wavplay bin/wavrec
|
|
|
|
.include <bsd.port.mk>
|