f100c128f9
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# Makefile for: nsping
|
|
# Version required: 0.8
|
|
# Date created: 12 Nov 1999
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.7 2000/06/16 23:06:09 espie Exp $
|
|
|
|
PKGNAME= nsping-0.8
|
|
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.191
|
|
|
|
DISTNAME= nsping
|
|
|
|
MASTER_SITES= http://www.enteract.com/~tqbf/
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|