diff options
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 01e79b8c95f9..3ff20f474e60 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,14 +1,15 @@ -# Makefile for: rplay - Network audio player +# 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.1.1.1 1995/03/17 05:53:41 swallace Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:55 jkh Exp $ # DISTNAME= rplay-3.2.0b2 -MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ CATEGORIES+= audio +MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ + HAS_CONFIGURE= yes USE_GMAKE= yes |