a9f287b55a
SambaSentinel is basically a gtk-frontend to smbstatus but it extends it with number of useful features such as killing processes and mounting/browsing a visiting computer. PR: 28744 Submitted by: Patrick Li <pat@databits.net>
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# 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
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://boombox.campus.luth.se/files/
|
|
DISTNAME= SambaSentinel-${PORTVERSION}
|
|
|
|
MAINTAINER= pat@databits.net
|
|
|
|
RUN_DEPENDS= jags:${PORTSDIR}/net/jags
|
|
|
|
WRKSRC= ${WRKDIR}/SambaSentinel
|
|
USE_GMAKE= yes
|
|
USE_XPM= yes
|
|
USE_GTK= yes
|
|
ALL_TARGET= SambaSentinel
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|