mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
19e38c2e9f
some Makefiles along the way.
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# New ports collection makefile for: hpack.with_encryption
|
|
# Using this code inside USA you violate RSA copyright
|
|
# Version required: 0.79a0
|
|
# Date created: 7 Jan 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/01 12:43:24 jkh 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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= freebsd
|
|
INSTALL_TARGET= freebsd.install
|
|
|
|
.include <bsd.port.mk>
|