diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /audio/rplay/Makefile | |
parent | 56cb039977e097ac910b2d719acd77ec3d5fb646 (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r-- | audio/rplay/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile deleted file mode 100644 index 3ff20f474e60..000000000000 --- a/audio/rplay/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: rplay - Network audio player -# Version required: 3.2.0b2 -# Date created: 16 March 1995 -# Whom: rmallory@csusb.edu -# -# $Id: Makefile,v 1.2 1995/04/01 12:43:55 jkh Exp $ -# - -DISTNAME= rplay-3.2.0b2 -CATEGORIES+= audio -MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ - -HAS_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> |