aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-xvs/Makefile
blob: 5269abff99070e885cdfa010ac12b380c66652f9 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:	xmms-xvs
# Date created:        			25 June 2001
# Whom:					Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=	xmms-xvs
PORTVERSION=	0.1.0b1
CATEGORIES=	graphics
MASTER_SITES=	http://godot.tuniv.szczecin.pl/~jgregor/xvs/download/ \
		ftp://ftp.nuug.no/pub/anders/distfiles/
DISTNAME=	xvs-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2

USE_GNOMENG=	yes
USE_GNOME=	gtk12
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \
		XMMS_CONFIG="${X11BASE}/bin/xmms-config" \
		CFLAGS="-I${LOCALBASE}/include/libxml2/libxml ${CFLAGS}"
USE_GMAKE=	yes
USE_X_PREFIX=	yes

DOCS=	AUTHORS ChangeLog NEWS README TODO

.if !defined(NOPORTDOCS)
post-install:
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>