freebsd-ports/net/net-http/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
521 B
Makefile

# 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>