aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xsi/Makefile
blob: 38d2d4357b133ef03fdc9576c42f2fff8f3b11cc (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
# New ports collection makefile for:    xsi
# Date created:                 18 October 2006
# Whom:                 Tom McLaughlin <tmclaugh@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xsi
PORTVERSION=    1.0.b2
CATEGORIES= sysutils
MASTER_SITES=   http://xsi.kolabore.ath.cx/download/
DISTNAME=   ${PORTNAME}-1.0-beta2

MAINTAINER= tmclaugh@FreeBSD.org
COMMENT=    System monitor that provides XML encoded stats

LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2

USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --enable-user=_xsi

USE_RC_SUBR=    xsi

MAN8=       xsi.8

post-patch:
.if defined(NOPORTDOCS)
    ${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
        ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.endif

post-install:
.if !defined(PACKAGE_BUILDING)
    @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif

.include <bsd.port.mk>