Portlint. Also, set IS_INTERACTIVE (it asks questions) and NO_PACKAGE

(one of the questions is about the domain name, which I assume is put in
setup files).
This commit is contained in:
Satoshi Asami 1998-11-07 03:53:44 +00:00
parent 37ee9d7cba
commit df65851235
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14380

View file

@ -4,7 +4,7 @@
# Date created: 2 Nov 1998
# Whom: ache
#
# $Id: Makefile,v 1.2 1998/11/02 20:04:22 ache Exp $
# $Id: Makefile,v 1.3 1998/11/04 04:16:57 ache Exp $
#
DISTNAME= webglimpse-1.6.src
@ -12,19 +12,21 @@ PKGNAME= webglimpse-1.6
CATEGORIES= www textproc
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
RUN_DEPENDS+= /usr/local/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
MAINTAINER= ache@freebsd.org
RUN_DEPENDS+= ${PREFIX}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
IS_INTERACTIVE= YES
NO_PACAKGE= domain name hardcoded
WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
USE_PERL5= YES
NO_BUILD= YES
pre-configure:
.for i in wginstall wginstall.pl
cd ${WRKSRC}; cp $i $i.tmp; \
sed s=%PERL%=${PERL}= < $i.tmp > $i
cd ${WRKSRC}; ${CP} $i $i.tmp; \
${SED} s=%PERL%=${PERL}= < $i.tmp > $i
.endfor
do-install: