blob: 7e2f7fc683f8b3b5f6bf8b9d6776d3c9c7db8c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: sqsh
# Date created: 18 Jun 2000
# Whom: Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$
PORTNAME= cidr
PORTVERSION= 2.3.2
CATEGORIES= net
MASTER_SITES= http://geeksoul.com/robert/cidr/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nork
DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
COMMENT= RFC 1878 subnet calculator / helper
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= cidr
MAN1= cidr.1
PLIST_FILES= bin/cidr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr
${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1
.include <bsd.port.mk>
|