2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:47 espie Exp $
|
2006-10-24 07:57:05 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= small network calculator
|
2006-10-24 07:57:05 -04:00
|
|
|
|
2012-08-24 03:05:51 -04:00
|
|
|
DISTNAME= ipcalc-1.4
|
2006-10-24 07:57:05 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2012-10-15 10:55:43 -04:00
|
|
|
HOMEPAGE= https://github.com/pyr/ipcalc
|
2006-10-24 07:57:05 -04:00
|
|
|
|
|
|
|
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-24 03:05:51 -04:00
|
|
|
MASTER_SITES= https://github.com/downloads/pyr/ipcalc/
|
2006-10-24 07:57:05 -04:00
|
|
|
|
2011-06-23 18:50:26 -04:00
|
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man/man"
|
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2006-10-24 07:57:05 -04:00
|
|
|
WANTLIB= c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|