openbsd-ports/security/nfsshell/Makefile

29 lines
488 B
Makefile
Raw Normal View History

1999-06-10 12:04:34 -04:00
# Makefile for: nfsshell
# Version required: 1.0
# Date created: 10 Jun 1999
# Whom: dugsong@monkey.org
#
2000-02-10 19:37:15 -05:00
# $OpenBSD: Makefile,v 1.2 2000/02/11 00:37:36 espie Exp $
1999-06-10 12:04:34 -04:00
PKGNAME= nfsshell-1.0
DISTNAME= nfsshell
CATEGORIES= security
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/nfs
1999-06-10 12:04:34 -04:00
MASTER_SITES= ftp://ftp.cs.vu.nl/pub/leendert/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1999-06-10 12:04:34 -04:00
MAINTAINER= dugsong@monkey.org
NO_CONFIGURE= yes
ALL_TARGET= nfs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
.include <bsd.port.mk>