diff options
Diffstat (limited to 'audio/wavplay/Makefile')
-rw-r--r-- | audio/wavplay/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile new file mode 100644 index 000000000000..b84f738623df --- /dev/null +++ b/audio/wavplay/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: wavplay +# Date created: 14 January 2000 +# Whom: greg +# +# $FreeBSD$ +# + +PORTNAME= wavplay +PORTVERSION= 1.4 +CATEGORIES= audio +MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/players/ + +MAINTAINER= greg@rosevale.com.au + +MAN1= wavplay.1 + +.include <bsd.port.mk> |