-- PluSHS allows a user to resolve the names of a single IP address or entire network of addresses to maintain a "map" of the names that comprise a certain network. WWW: http://plushs.sourceforge.net MAINTAINER= Jose Jimenez Garcia <pluf@wanadoo.es> ports/net/resolv has turned into plushs
29 lines
626 B
Makefile
29 lines
626 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/21 21:59:42 jsyn Exp $
|
|
|
|
COMMENT= "simple hostname scanner"
|
|
|
|
DISTNAME= plushs-1.0
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.531
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plushs/}
|
|
|
|
HOMEPAGE= http://plushs.sourceforge.net
|
|
|
|
MAINTAINER= Jose Jimenez Garcia <pluf@wanadoo.es>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plushs
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/plushs
|
|
|
|
.include <bsd.port.mk>
|