diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-25 21:36:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-25 21:36:10 +0000 |
commit | 3ff28ed47782a2759d0a36416ce14be43b76cbbc (patch) | |
tree | e4a236843ec2e7b35d85d9096fced89aebb43b0c /audio/play/Makefile | |
parent | bfd8dfff49949a9e8301e0db87cd2b59c312ad87 (diff) | |
download | ports-3ff28ed47782a2759d0a36416ce14be43b76cbbc.tar.gz ports-3ff28ed47782a2759d0a36416ce14be43b76cbbc.zip |
Notes
Diffstat (limited to 'audio/play/Makefile')
-rw-r--r-- | audio/play/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile new file mode 100644 index 000000000000..d15c6c11ac4a --- /dev/null +++ b/audio/play/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: play +# Version required: 1.0 +# Date created: 20 May 1998 +# Whom: Masanori Kiriake <seiken@nbs.co.jp> +# +# $Id: Makefile,v 1.1.1.1 1998/07/20 04:03:16 steve Exp $ +# + +DISTNAME= play-1.0 +CATEGORIES= audio +MASTER_SITES= ftp://jaz.jp.FreeBSD.org/pub/incoming/PUT-here/ + +MAINTAINER= seiken@nbs.co.jp + +MANLANG= ja +MAN1= play.1 +MANCOMPRESSED = YES +.include <bsd.port.mk> |