mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: whatmask
|
|
# Date created: May 20, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= whatmask
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Easily convert between three common subnet mask notations
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|