diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-08 17:44:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-08 17:44:47 +0000 |
commit | 897d8a16b545fe2bcd0fc61249aab98d2d41d87c (patch) | |
tree | c1ecd79fea61eeadfac8071c1850a54eb3076567 /audio/icecast/Makefile | |
parent | upgrade to 1.0.6 (diff) |
Add WWW_SITE and cleanup style of DESCR.
Submitted by: Sheldon Hearn <sheldonh@iafrica.com>
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 6d197e6630fa..a0bf58eb5655 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jan 1999 # Whom: Chip Marshall <chip@eboai.org> # -# $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/07 17:58:42 jseger Exp $ # DISTNAME= icecast-1.1.3 @@ -13,6 +13,8 @@ MASTER_SITES= http://icecast.linuxpower.org/releases/ \ MAINTAINER= chip@eboai.org +WWW_SITE= http://icecast.linuxpower.org + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-crypt --with-libwrap |