2001-12-03 07:32:27 +01:00
|
|
|
# New ports collection makefile for: wmnd
|
|
|
|
# Date created: 29 October 2001
|
|
|
|
# Whom: Paolo Pisati <flag@gufi.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmnd
|
2003-01-15 17:50:22 +01:00
|
|
|
PORTVERSION= 0.4.4
|
2001-12-03 07:32:27 +01:00
|
|
|
CATEGORIES= net
|
2002-05-27 19:33:59 +02:00
|
|
|
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
|
2001-12-03 07:32:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= flag@gufi.org
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-01-05 04:52:00 +01:00
|
|
|
USE_XPM= yes
|
2002-05-27 19:33:59 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-06-20 09:32:42 +02:00
|
|
|
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
|
|
|
|
--program-transform-name=""
|
2001-12-03 07:32:27 +01:00
|
|
|
|
|
|
|
MAN1= wmnd.1
|
|
|
|
|
2002-06-20 09:32:42 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2001-12-03 07:32:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|