1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net/net-http/Makefile

33 lines
725 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: net-http
# Date created: May 15, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= net-http
2001-07-06 07:42:42 +00:00
PORTVERSION= 0.3.1
CATEGORIES= net
MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= A library for doing HTTP client-side programming in Guile
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
.include <bsd.port.pre.mk>
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
PLIST_SUB= GUILE_VER="${GUILE_VER}"
do-install:
${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/${GUILE_VER}/net/
.include <bsd.port.post.mk>