diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 02e84c27a6b76abc5a0236c8baa85da50345fdba (patch) | |
tree | 86b776760f67d66cb9647eff31ac28a133cfd3aa /audio/rplay | |
parent | 8777d608921b9489149424c90677e1591da20037 (diff) | |
download | ports-02e84c27a6b76abc5a0236c8baa85da50345fdba.tar.gz ports-02e84c27a6b76abc5a0236c8baa85da50345fdba.zip |
Notes
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 |