freebsd-ports/net-mgmt/whatmask/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

28 lines
558 B
Makefile

# New ports collection makefile for: whatmask
# Date created: May 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= whatmask
PORTVERSION= 1.2
CATEGORIES= net-mgmt
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
MAN1= whatmask.1
DOCS= AUTHORS ChangeLog README
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>