2001-07-08 17:45:46 +02:00
|
|
|
# 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
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-07-08 17:45:46 +02:00
|
|
|
CATEGORIES= net
|
2003-07-03 07:09:24 +02:00
|
|
|
MASTER_SITES= http://kling.mine.nu/files/
|
2001-07-08 17:45:46 +02:00
|
|
|
DISTNAME= SambaSentinel-${PORTVERSION}
|
|
|
|
|
2001-11-15 04:59:42 +01:00
|
|
|
MAINTAINER= pat@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= SambaSentinel is a gtk-frontend to smbstatus with additional features
|
2001-07-08 17:45:46 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= jags:${PORTSDIR}/net/jags
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/SambaSentinel
|
2001-07-08 17:45:46 +02:00
|
|
|
WRKSRC= ${WRKDIR}/SambaSentinel
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_XPM= yes
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-07-08 17:45:46 +02:00
|
|
|
ALL_TARGET= SambaSentinel
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|