mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# New ports collection makefile for: rplay - Network audio player
|
|
# Version required: 3.2.0b3
|
|
# Date created: 16 March 1995
|
|
# Whom: rmallory@csusb.edu
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/11/15 23:14:10 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= rplay-3.2.0b5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/
|
|
|
|
MAINTAINER= rmallory@csusb.edu
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
|
|
|
|
.include <bsd.port.mk>
|