22 lines
358 B
Makefile
22 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:48:28 sthen Exp $
|
|
|
|
COMMENT= small network calculator
|
|
|
|
DISTNAME= ipcalc-1.4
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://github.com/pyr/ipcalc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= https://github.com/downloads/pyr/ipcalc/
|
|
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man/man"
|
|
|
|
NO_TEST= Yes
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|