13357fadd1
- integrate COMMENT - bump NEED_VERSION -- Ok'd by: maintainer
33 lines
813 B
Makefile
33 lines
813 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/04/14 02:50:52 brad Exp $
|
|
|
|
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "powerpc"
|
|
BROKEN= "pthreads are currently not working on the ${MACHINE_ARCH} architecture"
|
|
.endif
|
|
|
|
COMMENT= "Internet based broadcasting system"
|
|
|
|
DISTNAME= icecast-1.3.10
|
|
CATEGORIES= net audio www
|
|
NEED_VERSION= 1.384
|
|
MASTER_SITES= http://www.icecast.org/releases/
|
|
|
|
HOMEPAGE= http://www.icecast.org/
|
|
|
|
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SYSCONFDIR= /etc/icecast
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-crypt --with-libwrap
|
|
|
|
DOCS= AUTHORS BUGS CHANGES COPYING FAQ README
|
|
|
|
post-install:
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/icecast
|
|
|
|
.include <bsd.port.mk>
|