mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e088a4f458
it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
28 lines
549 B
Makefile
28 lines
549 B
Makefile
# New ports collection makefile for: hpack.with_encryption
|
|
# Date created: 7 Jan 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hpack
|
|
PORTVERSION= 0.79a
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
|
|
DISTNAME= hpack79src
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= freebsd
|
|
INSTALL_TARGET= freebsd.install
|
|
MAN1= hpack.1
|
|
|
|
post-patch:
|
|
.for f in language/language.c cli.c
|
|
@${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|