freebsd-ports/net/wmnd/Makefile
Patrick Li 66fd669085 Update to 0.4.3
Approved by:	maintainer
2002-08-14 00:15:26 +00:00

27 lines
517 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.3
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
MAINTAINER= flag@gufi.org
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
--program-transform-name=""
MAN1= wmnd.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>