aboutsummaryrefslogtreecommitdiffstats
path: root/www/http_get/Makefile
blob: 45cf4482a453ef0c8f2d9cb5c2ee22a765b49d7e (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
# 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
PORTREVISION=   1
CATEGORIES= www ipv6
MASTER_SITES=   http://www.acme.com/software/http_get/
DISTNAME=   ${PORTNAME}_18mar2002

MAINTAINER= ports@FreeBSD.org
COMMENT=    Dump http-contents to stdout

WRKSRC=     ${WRKDIR}/http_get

MAN1=       http_get.1
MANCOMPRESSED=  no
PLIST_FILES=    bin/http_get

.include <bsd.port.mk>