mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
4358e39689
PR: ports/87937 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# New ports collection makefile for: radio
|
|
# Date created: 5 July 1995
|
|
# Whom: janek@gaja.ipan.lublin.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= radio
|
|
PORTVERSION= 2.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio net
|
|
MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/util/sound/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Radio over the Internet
|
|
|
|
DEPRECATED= "mastersite disappeared, no longer maintained by author"
|
|
EXPIRATION_DATE= 2005-12-31
|
|
|
|
NO_WRKSUBDIR= yes
|
|
ALL_TARGET= ${OPSYS}
|
|
MAN1= radio.1 broadcast.1
|
|
|
|
PLIST_FILES= bin/broadcast bin/radio
|
|
|
|
.include <bsd.port.mk>
|