1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/http_get/Makefile
Will Andrews fbd68fe65d Add http_get 1.0, a program to dump http-contents to stdout.
PR:		52265
Submitted by:	Aaron Zauner <az_mail@gmx.at>
2003-06-03 04:25:13 +00:00

23 lines
430 B
Makefile

# New ports collection makefile for: http_get
# Date created: 15. May 2003
# Whom: Aaron Zauner <az_mail@gmx.at>
#
# $FreeBSD$
#
PORTNAME= http_get
PORTVERSION= 1.0
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/http_get/
DISTNAME= ${PORTNAME}_18mar2002
MAINTAINER= az_mail@gmx.at
COMMENT= Dump http-contents to stdout
WRKSRC= ${WRKDIR}/http_get
MAN1= http_get.1
MANCOMPRESSED= no
.include <bsd.port.mk>