1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/wais/Makefile
Kris Kennaway d5f1a8f7fe This port was imported 12 years ago and never completed (cannot install/
package).  It is only needed for the w3c-httpd port which is deprecated,
so schedule this one for termination on 2006-12-01 as well.
2006-09-03 00:47:56 +00:00

42 lines
1.0 KiB
Makefile

# 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>