freebsd-ports/archivers/hpack.non-usa.only/Makefile

33 lines
750 B
Makefile
Raw Normal View History

1995-01-07 17:27:54 +01:00
# New ports collection makefile for: hpack.with_encryption
# Date created: 7 Jan 1995
# Whom: ache
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
1995-01-07 17:27:54 +01:00
#
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
1995-01-07 17:27:54 +01:00
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
2003-10-26 22:58:50 +01:00
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
1995-01-07 17:27:54 +01:00
post-patch:
.for f in language/language.c cli.c
2002-11-04 01:57:08 +01:00
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
.endfor
2001-06-17 12:55:03 +02:00
post-install:
@${CP} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
1995-01-07 17:27:54 +01:00
.include <bsd.port.mk>