openbsd-ports/net/icecast/Makefile

34 lines
773 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2001/08/30 02:10:40 brad Exp $
# Uses pthreads
2000-08-28 12:14:20 -04:00
COMMENT= "Internet based broadcasting system"
# archs that have pthreads library in
# good enough shape to run this app.
ONLY_FOR_ARCHS= i386
2001-08-12 14:10:26 -04:00
DISTNAME= icecast-1.3.11
2000-08-29 00:28:55 -04:00
CATEGORIES= net audio www
NEED_VERSION= 1.435
2000-08-28 12:14:20 -04:00
MASTER_SITES= http://www.icecast.org/releases/
HOMEPAGE= http://www.icecast.org/
2000-10-16 09:30:30 -04:00
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
2000-08-28 12:14:20 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SYSCONFDIR= /etc/icecast
2000-08-28 12:14:20 -04:00
CONFIGURE_STYLE= gnu
2000-08-29 00:57:47 -04:00
CONFIGURE_ARGS= --with-crypt --with-libwrap
2000-08-28 12:14:20 -04:00
DOCS= AUTHORS BUGS CHANGES COPYING FAQ README
2000-08-28 12:14:20 -04:00
post-install:
2000-08-29 00:57:47 -04:00
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/icecast
2000-08-28 12:14:20 -04:00
.include <bsd.port.mk>