b9d28dac8b
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
29 lines
589 B
Makefile
29 lines
589 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://kling.mine.nu/kling/files/
|
|
DISTNAME= SambaSentinel-${PORTVERSION}
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
|
|
RUN_DEPENDS= jags:${PORTSDIR}/net/jags
|
|
|
|
WRKSRC= ${WRKDIR}/SambaSentinel
|
|
USE_GMAKE= yes
|
|
USE_XPM= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
ALL_TARGET= SambaSentinel
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|