1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/sambasentinel/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
763 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= 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>