aboutsummaryrefslogtreecommitdiffstats
path: root/net/xbms/Makefile
blob: 83765139b441c1b636dc720e75de416590fcae52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>