30 lines
636 B
Makefile
30 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/10/28 01:38:44 naddy Exp $
|
|
|
|
COMMENT= "RFC 1878 subnet calculator / helper"
|
|
|
|
PKGNAME= cidr-2.3
|
|
DISTNAME= cidr-current
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://home.netcom.com/~naym/cidr/
|
|
|
|
HOMEPAGE= http://home.netcom.com/~naym/cidr.html
|
|
|
|
MAINTAINER= Jonas Eriksson <je@sekure.net>
|
|
|
|
ALL_TARGET= cidr
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr
|
|
${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1
|
|
|
|
.include <bsd.port.mk>
|