freebsd-ports/net/gutenfetch/Makefile
2004-02-06 13:12:53 +00:00

31 lines
652 B
Makefile

# 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
PLIST_FILES= bin/gutenfetch
post-install:
${STRIP_CMD} ${PREFIX}/bin/gutenfetch
.include <bsd.port.mk>