diff options
author | asami <asami@FreeBSD.org> | 1995-07-12 04:17:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-12 04:17:26 +0000 |
commit | 9b6c289c85ff5e015fc5d9bcca66b4fcadf1e083 (patch) | |
tree | f864b6a616962c8d2c16c2e3d35887a5d71b6171 /audio/radio/Makefile | |
parent | 8d0af69be11cca9d0c2ab1a8c8d64c79039cd32f (diff) | |
download | FreeBSD-ports-9b6c289c85ff5e015fc5d9bcca66b4fcadf1e083.zip FreeBSD-ports-9b6c289c85ff5e015fc5d9bcca66b4fcadf1e083.tar.gz |
Radio over the Internet.
Submitted by: "Janusz Kokot" <JKOKOT@demeter.ipan.lublin.pl>
Diffstat (limited to 'audio/radio/Makefile')
-rw-r--r-- | audio/radio/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile new file mode 100644 index 0000000..e2da8ec --- /dev/null +++ b/audio/radio/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: radio +# Version required: 2.0.4 +# Date created: 5 July 1995 +# Whom: janek@gaja.ipan.lublin.pl +# + +DISTNAME= radio2.0.4 +PKGNAME= radio-2.0.4 +CATEGORIES+= audio networking +MASTER_SITES= ftp://ftp.cwi.nl/pub/audio/ + +NO_WRKSUBDIR= yes +MAKE_FLAGS= FreeBSD -f + +post-install: + gzip -9nf ${PREFIX}/man/man1/radio.1 + gzip -9nf ${PREFIX}/man/man1/broadcast.1 + +.include <bsd.port.mk> |