mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
02ec606a5d
Fetch listings and books from Project Gutenberg PR: 30242 Submitted by: Russell Francis <frussell@p1.cs.ohiou.edu>
29 lines
544 B
Makefile
29 lines
544 B
Makefile
# New ports collection makefile for: gutenfetch
|
|
# Date created: 22-Aug-2001
|
|
# Whom: Russell Francis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gutenfetch
|
|
PORTVERSION= 1.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
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget/ \
|
|
unzip:${PORTSDIR}/archivers/unzip/
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= gutenfetch.1
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/gutenfetch
|
|
|
|
.include <bsd.port.mk>
|