blob: 6f2f6567933c704640076eba22ebbc3f673e95d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: scout
# Date created: 15/04/2002
# Whom: Dominic Marks <dominic.marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= scout
PORTVERSION= 0.86
CATEGORIES= www
MASTER_SITES= ftp://sid.joedog.org/pub/scout/ \
http://dom.umcus.org/distfiles/scout/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility to harvest URLs from a given start point
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --disable-shared --enable-static
MAN1= scout.1
PLIST_FILES= bin/scout
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/doc/scout.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
|