d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
25 lines
427 B
Makefile
25 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/07/12 22:07:38 sthen Exp $
|
|
|
|
COMMENT= small network calculator
|
|
|
|
DISTNAME= ipcalc-1.3
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://spootnik.org/ipcalc/
|
|
|
|
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
NO_REGRESS= Yes
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|