1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/wmnd/Makefile

39 lines
917 B
Makefile

# New ports collection makefile for: wmnd
# Date created: 29 October 2001
# Whom: Paolo Pisati <flag@gufi.org>
#
# $FreeBSD$
#
PORTNAME= wmnd
PORTVERSION= 0.4.13
CATEGORIES= net
MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= garga@FreeBSD.org
COMMENT= Improved network monitoring dock app (with tons of features)
USE_GNOME= gnometarget
USE_XORG= ice sm x11 xext xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-drivers="freebsd_sysctl"
MAN1= wmnd.1
PORTEXAMPLES= wmndrc
PLIST_FILES= bin/wmnd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${EXAMPLESDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>