mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# New ports collection makefile for: fspclient
|
|
# Version required: 0.0-h+
|
|
# Date created: 7 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/18 20:13:11 ache Exp $
|
|
#
|
|
|
|
DISTNAME= fspclient.0.0-h+
|
|
PKGNAME= fspclient.0.0.h
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://ftp.germany.eu.net/pub/networking/tcpip/fsp/
|
|
EXTRACT_SUFX= .tar.z
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/fspclient
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|