25 lines
438 B
Makefile
25 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/04/03 21:54:54 sthen Exp $
|
|
|
|
COMMENT= small network calculator
|
|
|
|
DISTNAME= ipcalc-1.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
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>
|