freebsd-ports/net/sambasentinel/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
750 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
PORTREVISION= 4
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_GNOME= gtk12
ALL_TARGET= SambaSentinel
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin
.include <bsd.port.mk>