summaryrefslogtreecommitdiff
path: root/net/wais/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wais/Makefile')
-rw-r--r--net/wais/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile
deleted file mode 100644
index cf76e8f76bdd..000000000000
--- a/net/wais/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: wais
-# Date created: 20 Sep 1994
-# Whom: adam
-#
-# $FreeBSD$
-#
-
-PORTNAME= freeWAIS
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.icm.edu.pl/vol/wojsyl/freewais/ \
- ftp://ftp.bio.indiana.edu/util/wais/ \
- ftp://ftp.uni-stuttgart.de/pub/unix/comm/infosystems/wais/ \
- ftp://ftp.uni-koeln.de/net/inet/wais/freeWAIS-sf-old/ \
- ftp://ftp.netsw.org/infosys/wais/freewais/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Wide Area Information Server
-
-DEPRECATED= Imported 12 years ago; never completed
-EXPIRATION_DATE=2006-12-01
-NO_PACKAGE= "not yet"
-NO_INSTALL= almost
-ALL_TARGET= freebsd
-MAKE_ENV:= TOP=${WRKSRC}
-
-is_depended: all
-
-pre-patch:
- @${CP} ${WRKSRC}/Makefile.bsdi ${WRKSRC}/Makefile.freebsd
- @${MV} ${WRKSRC}/src/client/x/Imakefile ${WRKDIR} \
- && ${SED} -e '\;/SETME_IN_Imakefile;s;;${WRKSRC};' \
- <${WRKDIR}/Imakefile >${WRKSRC}/src/client/x/Imakefile
-
-.if ${MAKEFILE} != Makefile.freebsd
-do-install:
- ${MAKE} MAKEFILE=Makefile.freebsd do-install
-.endif
-
-.include <bsd.port.mk>