1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/scout/Makefile

26 lines
612 B
Makefile
Raw Normal View History

# 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://www.cus.org.uk/~dom/distfiles/scout/
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:08:24 +00:00
COMMENT= A utility to harvest URLs from a given start point
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-shared --enable-static
MAN1= scout.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/doc/scout.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>