20 lines
297 B
Makefile
20 lines
297 B
Makefile
|
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>
|