diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-10 08:07:11 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-10 08:07:11 +0000 |
commit | 0899bacf86692288bc5173a684c710e6a67d2dc8 (patch) | |
tree | 0351913b3d0d6216aba7610e1b75a3584bcadc14 /audio/libshout | |
parent | de559ffd7f52d04314a9b3c2fd3fff65c04581ea (diff) |
Notes
Diffstat (limited to 'audio/libshout')
-rw-r--r-- | audio/libshout/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 64d92b22a770..8b088e36d867 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -10,8 +10,10 @@ PORTVERSION= 1.0.7 CATEGORIES= audio net MASTER_SITES= http://developer.icecast.org/libshout/releases/ -MAINTAINER= michaelnottebrock@gmx.net -COMMENT= A library providing routines for connecting and transmitting data to the icecast server +MAINTAINER= lofi@freebsd.org +COMMENT= Routines for connecting and transmitting data to the icecast server + +CONFLICTS= libshout2-* GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |