diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-07 17:29:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-07 17:29:02 +0000 |
commit | 78123208d4257838853eee0c553fe4c8de9cc7b6 (patch) | |
tree | 4d8de042d0c7bfa43ddc262cb65dd815f47447a5 /net/fspclient | |
parent | 53244d51a317bbc4006a22adf727db026d66d20f (diff) | |
download | ports-78123208d4257838853eee0c553fe4c8de9cc7b6.tar.gz ports-78123208d4257838853eee0c553fe4c8de9cc7b6.zip |
Notes
Diffstat (limited to 'net/fspclient')
-rw-r--r-- | net/fspclient/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile new file mode 100644 index 000000000000..f82660bdd5c0 --- /dev/null +++ b/net/fspclient/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: fspclient +# Version required: 0.0-h+ +# Date created: 7 Nov 1994 +# Whom: ache +# +# $Id: Makefile,v 1.2 1994/11/06 16:26:30 ache Exp $ +# + +DISTNAME= fspclient.0.0-h+ +EXTRACT_SUFX= .tar.z +MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ +WRKSRC= ${WRKDIR}/fspclient +GNU_CONFIGURE= YES + +.include <bsd.port.mk> |