openbsd-ports/net/ipcalc/Makefile
2013-03-11 11:35:43 +00:00

23 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:47 espie Exp $
COMMENT= small network calculator
DISTNAME= ipcalc-1.4
CATEGORIES= net
HOMEPAGE= https://github.com/pyr/ipcalc
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://github.com/downloads/pyr/ipcalc/
FAKE_FLAGS= MANDIR="${PREFIX}/man/man"
NO_TEST= Yes
WANTLIB= c
.include <bsd.port.mk>