2f2889eccf
From maintainer, Pierre-Yves Ritschard
27 lines
494 B
Makefile
27 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/04 17:37:51 mbalmer Exp $
|
|
|
|
COMMENT= "small network calculator"
|
|
|
|
DISTNAME= ipcalc-1.2
|
|
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
|
|
|
|
do-configure:
|
|
@perl -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|