aboutsummaryrefslogtreecommitdiff
path: root/net/net-http/Makefile
blob: 57ad5effdbe8e67f9d4ece2e0cd3f65dcfdda7c4 (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
25
26
# ex:ts=8
# New ports collection makefile for:	net-http
# Date created:			May 15, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	net-http
PORTVERSION=	0.3.1
CATEGORIES=	net
MASTER_SITES= 	http://evan.prodromou.san-francisco.ca.us/software/net-http/

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	guile:${PORTSDIR}/lang/guile
RUN_DEPENDS=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes

do-install:
	${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/1.4.1/net/

.include <bsd.port.mk>