d75cbbb9fd
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
32 lines
849 B
Makefile
32 lines
849 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/04/30 04:16:10 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= freeWAIS-sf-2.2.12
|
|
PKGNAME= freewais-sf-2.2.12
|
|
CATEGORIES= net databases
|
|
MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html
|
|
COMMENT= Enhanced Wide Area Information Server
|
|
|
|
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
|
|
|
|
USE_LIBTOOL= # defined
|
|
|
|
HAS_CONFIGURE= # defined
|
|
CONFIGURE_ENV+= PREFIX=${PREFIX}
|
|
CONFIGURE_SCRIPT= ./Configure
|
|
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \
|
|
-Darchname=${MACHINE_ARCH}-${LOWER_OPSYS}
|
|
INSTALL_TARGET= install install.man
|
|
|
|
INFO_FILES= fwsf.info
|
|
|
|
post-build:
|
|
cd ${WRKSRC}/doc/SF; makeinfo fwsf.texi
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.info* ${PREFIX}/info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|