mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
bc398efe37
and there are no tags for this
20 lines
283 B
Makefile
20 lines
283 B
Makefile
COMMENT= small network calculator
|
|
|
|
DISTNAME= ipcalc-1.4
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://github.com/pyr/ipcalc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= https://spacehopper.org/mirrors/
|
|
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man/man"
|
|
|
|
NO_TEST= Yes
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|