1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/archivers/hpack.non-usa.only/Makefile

29 lines
615 B
Makefile
Raw Normal View History

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
#
PORTNAME= hpack
PORTVERSION= 0.79a
CATEGORIES= archivers
MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
DISTNAME= hpack79src
MAINTAINER= ache@FreeBSD.org
RESTRICTED= "Using this code inside USA will violate RSA patents"
1995-01-07 16:27:54 +00:00
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
1995-01-07 16:27:54 +00:00
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
1995-01-07 16:27:54 +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>