blob: 29b7f5037aa27a7c96d18c57294109dcfc01ff16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|