freebsd-ports/net-mgmt/netmask/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

27 lines
628 B
Makefile

# New ports collection makefile for: netmask
# Date created: 19 Novemver 2000
# Whom: Mike Bristow <mike@urgle.com>
# $FreeBSD$
PORTNAME= netmask
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://trap.mtview.ca.us/~talby/ \
${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/n/netmask/
DISTNAME= netmask_${PORTVERSION}
MAINTAINER= mike@urgle.com
COMMENT= Tool for generating terse netmasks in several common formats
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= netmask.1
INFO= netmask
PLIST_FILES= bin/netmask
.include <bsd.port.mk>