1995-01-07 16:27:54 +00:00
|
|
|
# New ports collection makefile for: hpack.with_encryption
|
|
|
|
# Date created: 7 Jan 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-25 04:25:23 +00:00
|
|
|
# $FreeBSD$
|
1995-01-07 16:27:54 +00:00
|
|
|
#
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
PORTNAME= hpack
|
|
|
|
PORTVERSION= 0.79a
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= archivers
|
2000-04-08 23:24:42 +00:00
|
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
|
|
|
|
DISTNAME= hpack79src
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-02-25 10:11:30 +00:00
|
|
|
RESTRICTED= "Using this code inside USA will violate RSA patents"
|
1995-01-07 16:27:54 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
2000-04-08 23:24:42 +00:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= freebsd
|
1995-01-07 16:27:54 +00:00
|
|
|
INSTALL_TARGET= freebsd.install
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= hpack.1
|
1995-01-07 16:27:54 +00:00
|
|
|
|
1999-12-29 08:52:12 +00:00
|
|
|
post-patch:
|
|
|
|
.for f in language/language.c cli.c
|
|
|
|
@${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
|
1995-01-07 16:27:54 +00:00
|
|
|
.include <bsd.port.mk>
|