3c088f1b9a
ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
31 lines
550 B
Makefile
31 lines
550 B
Makefile
# New ports collection makefile for: fspclient
|
|
# Date created: 7 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fspclient
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= hsn@netmag.cz
|
|
COMMENT= A client for the fsp service
|
|
|
|
IGNORE= does not work correctly under FreeBSD libc
|
|
EXPIRATION_DATE=2004-08-20
|
|
DEPRECATED= ${IGNORE}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GETOPT_LONG= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN1= fsp.1
|
|
PLIST_FILES= bin/fsp
|
|
|
|
.include <bsd.port.mk>
|