1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/whatmask/Makefile
Sergei Kolobov 36e975e5f9 - Unbreak fetching
PR:		60062
Submitted by:	Daniel Rudy <dcrudy@pacbell.net>
2003-12-10 15:49:06 +00:00

28 lines
553 B
Makefile

# New ports collection makefile for: whatmask
# Date created: May 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= whatmask
PORTVERSION= 1.2
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
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>