freebsd-ports/net/xbms/Makefile
Edwin Groothuis eab33012db New Port: net/xbms:
Xbms, the unix streaming server for xbox mediaplayer.
       With xbms, it is possible to 'share' movies, pictures
       and audio on your unix box, so they are accessible from your xbox.

PR:		ports/46384
Submitted by:	Jose Rey <king@v2project.com>
2003-01-17 00:30:39 +00:00

26 lines
542 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
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>