freebsd-ports/net-mgmt/netmask/Makefile
2014-02-12 10:16:05 +00:00

22 lines
469 B
Makefile

# Created by: Mike Bristow <mike@urgle.com>
# $FreeBSD$
PORTNAME= netmask
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://trap.mtview.ca.us/~talby/
DISTNAME= netmask_${PORTVERSION}
MAINTAINER= mike@urgle.com
COMMENT= Tool for generating terse netmasks in several common formats
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
GNU_CONFIGURE= yes
USES= gmake
INFO= netmask
PLIST_FILES= bin/netmask \
man/man1/netmask.1.gz
.include <bsd.port.mk>