mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b9b963ed97
PR: 57884 Submitted by: maintainer
25 lines
547 B
Makefile
25 lines
547 B
Makefile
# New ports collection makefile for: netmask
|
|
# Date created: 19 Novemver 2000
|
|
# Whom: Mike Bristow <mike@urgle.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmask
|
|
PORTVERSION= 2.3.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${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
|
|
|
|
.include <bsd.port.mk>
|