aboutsummaryrefslogtreecommitdiffstats
path: root/net/gutenfetch/Makefile
blob: b2da49989f59a3a965073e116e0fb9c489eefe18 (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
27
28
29
30
# New ports collection makefile for:    gutenfetch
# Date created:     22-Aug-2001
# Whom:         Russell Francis
#
# $FreeBSD$
#

PORTNAME=   gutenfetch
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://oak.cats.ohiou.edu/~rf358197/gutenfetch/download/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= petef

MAINTAINER= rf358197@oak.cats.ohiou.edu
COMMENT=    Fetch listings and books from Project Gutenberg

RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget/ \
        unzip:${PORTSDIR}/archivers/unzip/

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       gutenfetch.1

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/gutenfetch

.include <bsd.port.mk>