diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/rplay | |
parent | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (diff) | |
download | ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.tar.gz ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.zip |
Notes
Diffstat (limited to 'audio/rplay')
-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 |