freebsd-ports/net/xbms/Makefile
2003-02-21 13:28:59 +00:00

27 lines
604 B
Makefile

# New ports collection makefile for: xbms
# Date created: Thu Dec 19 23:38:50 CET 2002
# Whom: king@v2project.com
#
# $FreeBSD$
#
PORTNAME= xbms
PORTVERSION= 0.30.5
CATEGORIES= net
MASTER_SITES= http://wipux2.wifo.uni-mannheim.de/~ck/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= king@v2project.com
COMMENT= Xbms, the unix streaming server for xbox mediaplayer
ONLY_FOR_ARCHS= i386 alpha
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/server.c
post-install:
${CP} ${WRKSRC}/xbms.conf ${PREFIX}/etc/xbms.conf.sample
.include <bsd.port.mk>