ports/net/net-http/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
797 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
PORTREVISION= 1
CATEGORIES= net scheme
# mastersite disappeared around September 2002
MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/
MAINTAINER= ports@FreeBSD.org
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>