diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/rplay | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 54e3a937766d..eb26a8ade3dc 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: rplay - Network audio player -# Version required: 3.2.0b6 # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # # $FreeBSD$ # -DISTNAME= rplay-3.2.0b6 +PORTNAME= rplay +PORTVERSION= 3.2.0b6 CATEGORIES= audio MASTER_SITES= http://rplay.doit.org/dist/ MAINTAINER= rmallory@csusb.edu -LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm +LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm HAS_CONFIGURE= yes USE_GMAKE= yes -MAN1= rplay.1 xrplay.1 rplayd.1 rptp.1 +MAN1= rplay.1 xrplay.1 rplayd.1 rptp.1 MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5 post-install: |