freebsd-ports/net-mgmt/cidr/Makefile

28 lines
626 B
Makefile
Raw Normal View History

# New ports collection makefile for: cidr
# Date created: 18 Jun 2000
# Whom: Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$
PORTNAME= cidr
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= RFC 1878 subnet calculator / helper
MAN1= cidr.1
PLIST_FILES= bin/cidr
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>