aboutsummaryrefslogtreecommitdiffstats
path: root/net/sambasentinel/Makefile
blob: 9472fdd0315606cfa8e43d390cfff24b86619398 (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
# New ports collection makefile for:    sambasentinel
# Date created:             Thu Jul  5 16:41:21 EDT 2001
# Whom:                 Patrick Li <pat@databits.net>
#
# $FreeBSD$
#

PORTNAME=   sambasentinel
PORTVERSION=    0.1
PORTREVISION=   3
CATEGORIES= net
MASTER_SITES=   ftp://ftp.fasta.fh-dortmund.de/pub/linux/gentoo/distfiles/ \
        http://voodoo.bawue.com/download/
DISTNAME=   SambaSentinel-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    SambaSentinel is a gtk-frontend to smbstatus with additional features

RUN_DEPENDS=    jags:${PORTSDIR}/net/jags

PLIST_FILES=    bin/SambaSentinel
WRKSRC=     ${WRKDIR}/SambaSentinel
USE_GMAKE=  yes
USE_XPM=    yes
USE_GNOME=  gtk12
ALL_TARGET= SambaSentinel

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin

.include <bsd.port.mk>