1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/hpack.non-usa.only/Makefile
John Marino d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00

30 lines
701 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= hpack
PORTVERSION= 0.79a
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.franken.de/pub/crypt/misc/ \
http://ftp.tugraz.at/mirror/crypto/programs/hpack/
DISTNAME= hpack79src
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-System Archiver with open keys PGP-based security
USE_CSTD= gnu89
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX}
INSTALL_TARGET= freebsd.install
post-patch:
.for f in language/language.c cli.c
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
.endfor
post-install:
@${INSTALL_DATA} ${WRKSRC}/docs/hpack.cfg ${STAGEDIR}${PREFIX}/etc/hpack.cfg.dist
.include <bsd.port.mk>