aboutsummaryrefslogblamecommitdiff
path: root/archivers/hpack.non-usa.only/Makefile
blob: 3a97c80020bd3d80e6e229b8944776d512b9ad67 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                             


                                  
           
 
 

                     
                         

                                                                  
                          
 
                                  
                                                                       
 
                   

                        
                               
                       
 

                                   
                                                                      

       
             
                                                                              
 
                      
# New ports collection makefile for:    hpack.with_encryption
# Date created:         7 Jan 1995
# Whom:                 ache
#
# $FreeBSD$
#

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=	sylvio@FreeBSD.org
COMMENT=	Multi-System Archiver with open keys PGP-based security

NO_WRKSUBDIR=	yes
MAKEFILE=	makefile
ALL_TARGET=	freebsd
INSTALL_TARGET=	freebsd.install
MAN1=		hpack.1

post-patch:
.for f in language/language.c cli.c
	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
.endfor

post-install:
	@${INSTALL_DATA} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist

.include <bsd.port.mk>