1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/net/gutenfetch/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

30 lines
608 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
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>