1994-09-23 20:14:57 +00:00
|
|
|
# New ports collection makefile for: wais
|
|
|
|
# Date created: 20 Sep 1994
|
|
|
|
# Whom: adam
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1994-09-23 20:14:57 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= freeWAIS
|
|
|
|
PORTVERSION= 0.5
|
2003-09-02 03:07:21 +00:00
|
|
|
PORTREVISION= 1
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= net
|
2001-08-28 19:55:32 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cnidr.org/software/freewais/ \
|
|
|
|
ftp://ftp.icm.edu.pl/vol/wojsyl/freewais/ \
|
|
|
|
ftp://ftp.bio.indiana.edu/util/wais/ \
|
|
|
|
ftp://ftp.imb-jena.de/software/unix/net/ \
|
|
|
|
ftp://ftp.amu.edu.pl/unix/network/ \
|
|
|
|
ftp://ftp.gu.net/pub/unix/wais/ \
|
|
|
|
ftp://ftp.uni-stuttgart.de/pub/unix/comm/infosystems/wais/ \
|
|
|
|
ftp://ftp.cuhk.edu.hk/pub/unix/ \
|
|
|
|
ftp://ftp.uni-koeln.de/net/inet/wais/freeWAIS-sf-old/ \
|
|
|
|
ftp://ftp.netsw.org/infosys/wais/freewais/
|
1995-04-15 05:42:12 +00:00
|
|
|
|
1996-12-01 01:23:27 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A Wide Area Information Server
|
1996-12-01 01:23:27 +00:00
|
|
|
|
1996-12-08 09:48:59 +00:00
|
|
|
NO_PACKAGE= "not yet"
|
1996-11-13 10:56:28 +00:00
|
|
|
NO_INSTALL= almost
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
MAKE_ENV:= TOP=${WRKSRC}
|
1994-09-23 20:14:57 +00:00
|
|
|
|
1995-05-04 23:25:53 +00:00
|
|
|
is_depended: all
|
|
|
|
|
1996-11-13 10:56:28 +00:00
|
|
|
pre-patch:
|
|
|
|
@${CP} ${WRKSRC}/Makefile.bsdi ${WRKSRC}/Makefile.freebsd
|
1999-08-28 02:42:41 +00:00
|
|
|
@${MV} ${WRKSRC}/src/client/x/Imakefile ${WRKDIR} \
|
1996-11-13 10:56:28 +00:00
|
|
|
&& ${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
|
|
|
|
|
1994-09-23 20:14:57 +00:00
|
|
|
.include <bsd.port.mk>
|