summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-03-17 05:53:43 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-03-17 05:53:43 +0000
commit60b41a5a07548965ba60265aab4f9e6ba0f27dab (patch)
tree164ef1a3016b51d4231e986bb3072402d5b2c617 /audio/rplay/Makefile
parentUpgrade. (diff)
Port of rplay 3.2.0b2
Submitted by: rmallory@csusb.edu
Notes
Notes: svn path=/head/; revision=1144
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
new file mode 100644
index 000000000000..a0c3263c42cb
--- /dev/null
+++ b/audio/rplay/Makefile
@@ -0,0 +1,13 @@
+# Makefile for: rplay - Network audio player
+# Version required: 3.2.0b2
+# Date created: 16 March 1995
+# Whom: rmallory@csusb.edu
+#
+# $Id: Makefile,v 1.0 1995/03/15 10:33:57 rmallory Exp $
+#
+
+DISTNAME= rplay-3.2.0b2
+MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+.include <bsd.port.mk>