2002-06-03 13:07:30 +02:00
|
|
|
# New ports collection makefile for: scout
|
|
|
|
# Date created: 15/04/2002
|
2003-06-24 03:06:04 +02:00
|
|
|
# Whom: Dominic Marks <dominic.marks@btinternet.com>
|
2002-06-03 13:07:30 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scout
|
2003-01-30 05:46:09 +01:00
|
|
|
PORTVERSION= 0.86
|
2002-06-03 13:07:30 +02:00
|
|
|
CATEGORIES= www
|
2003-01-30 05:46:09 +01:00
|
|
|
MASTER_SITES= ftp://sid.joedog.org/pub/scout/ \
|
2005-10-03 09:16:53 +02:00
|
|
|
http://dom.umcus.org/distfiles/scout/
|
2002-06-03 13:07:30 +02:00
|
|
|
|
2003-09-24 10:37:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A utility to harvest URLs from a given start point
|
2002-06-03 13:07:30 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-06-03 13:07:30 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-shared --enable-static
|
|
|
|
MAN1= scout.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/scout
|
2002-06-03 13:07:30 +02:00
|
|
|
|
|
|
|
do-install:
|
2003-01-30 05:46:09 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/scout.1 ${PREFIX}/man/man1/
|
2002-06-03 13:07:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|