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
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

25 lines
614 B
Makefile

# New ports collection makefile for: hpack.with_encryption
# Version required: 0.79a0
# Date created: 7 Jan 1995
# Whom: ache
#
# $Id: Makefile,v 1.6 1996/11/12 02:17:29 obrien Exp $
#
DISTNAME= hpack79src
PKGNAME= hpack-0.79a
CATEGORIES= archivers
MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Using this code inside USA will violate RSA copyright."
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
.include <bsd.port.mk>