diff options
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r-- | audio/rplay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index f0a33de9915b..1a66b2a0ebfc 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,13 +3,15 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $Id: Makefile,v 1.4 1995/06/21 11:46:16 asami Exp $ +# $Id: Makefile,v 1.5 1996/10/03 14:13:05 adam Exp $ # DISTNAME= rplay-3.2.0b5 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ +MAINTAINER= rmallory@csusb.edu + HAS_CONFIGURE= yes USE_GMAKE= yes |