diff options
author | ache <ache@FreeBSD.org> | 1995-01-08 00:27:54 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-08 00:27:54 +0800 |
commit | 433cb9e47d4c379af30d590ffe2613f349abcb2c (patch) | |
tree | 084999d94066258241056f6b2797fc31a5c176f4 /archivers/hpack.non-usa.only/Makefile | |
parent | 48cd0992970fb0e6e699ee12da1ec7ddc515a3cd (diff) | |
download | freebsd-ports-gnome-433cb9e47d4c379af30d590ffe2613f349abcb2c.tar.gz freebsd-ports-gnome-433cb9e47d4c379af30d590ffe2613f349abcb2c.tar.zst freebsd-ports-gnome-433cb9e47d4c379af30d590ffe2613f349abcb2c.zip |
hpack archiver
Diffstat (limited to 'archivers/hpack.non-usa.only/Makefile')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile new file mode 100644 index 000000000000..29b7f5037aa2 --- /dev/null +++ b/archivers/hpack.non-usa.only/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hpack.with_encryption +# This program can't be imported/re-exported from USA +# Version required: 0.79a0 +# Date created: 7 Jan 1995 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1994/12/31 18:07:46 ache Exp $ +# +DISTNAME= hpack79src +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +NO_WRKSUBDIR= yes +MAKEFILE= makefile +ALL_TARGET= freebsd +INSTALL_TARGET= freebsd.install + +.include <bsd.port.mk> |