1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/http_get/Makefile
Martin Wilke 3abd0db76d - Add to ipv6 category
PR:		ports/107053
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:	maintainer
2007-01-08 12:38:22 +00:00

25 lines
477 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
PORTREVISION= 1
CATEGORIES= www ipv6
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
PLIST_FILES= bin/http_get
.include <bsd.port.mk>