blob: fbae5792a831d695a110034ebc1bfee9989a804a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: pcnfsd
# Date created: Oct 6, 1994
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= pcnfsd
PORTVERSION= 93.02.16
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.tux.org/pub/net/lprng/TOOLS/PCNFSD/ \
http://ftp.comp.hkbu.edu.hk/pub/packages/plp/LPRng/TOOLS/PCNFSD/ \
http://www.cise.ufl.edu/mirrors/LPRng/UNIXTOOLS/PCNFSD/ \
http://ftp.gwdg.de/linux/plp/LPRng/TOOLS/PCNFSD/ \
http://www.lprng.com/DISTRIB/UNIXTOOLS/PCNFSD/ \
http://ftp.st.ryukoku.ac.jp/pub/utils/print/LPRng/TOOLS/PCNFSD/
DISTNAME= pcnfsd.93.02.16
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Sun PC NFS authentication and printing server
MAN8= pcnfsd.8
MANCOMPRESSED= maybe
PLIST_FILES= libexec/rpc.pcnfsd
NO_WRKSUBDIR=
post-extract:
${CP} ${FILESDIR}/Makefile.inc ${WRKSRC}
.include <bsd.port.mk>
|