freebsd-ports/net/pcnfsd/Makefile

31 lines
653 B
Makefile
Raw Normal View History

1994-10-07 01:23:56 +01:00
# New ports collection makefile for: pcnfsd
# Date created: Oct 6, 1994
# Whom: pst
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1996-04-21 21:26:10 +02:00
#
1995-04-15 07:42:12 +02:00
PORTNAME= pcnfsd
PORTVERSION= 93.02.16
PORTREVISION= 1
CATEGORIES= net
2005-07-10 21:17:15 +02:00
MASTER_SITES= http://www.tux.org/pub/net/lprng/TOOLS/PCNFSD/ \
http://lprng.sourceforge.net/DISTRIB/TOOLS/PCNFSD/ \
http://public.planetmirror.com/pub/lprng/UNIXTOOLS/PCNFSD/
DISTNAME= pcnfsd.93.02.16
1994-10-07 01:23:56 +01:00
EXTRACT_SUFX= .tar.Z
1995-04-15 07:42:12 +02:00
1997-07-10 17:50:55 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Sun PC NFS authentication and printing server
MAN8= pcnfsd.8
MANCOMPRESSED= maybe
2004-02-05 21:38:07 +01:00
PLIST_FILES= libexec/rpc.pcnfsd
1994-10-07 01:23:56 +01:00
NO_WRKSUBDIR=
post-extract:
${CP} ${FILESDIR}/Makefile.inc ${WRKSRC}
1994-10-07 01:23:56 +01:00
.include <bsd.port.mk>