blob: 9c62183182830cf5066db02e51a0e0590671714a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2000/10/31 03:51:26 hubertf Exp $
#
DISTNAME= ssldump-0.9a2
CATEGORIES= security
MASTER_SITES= http://www.rtfm.com/ssldump/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.rtfm.com/ssldump/
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-pcap-inc=/usr/include \
--with-pcap-lib=/usr/lib \
--with-openssl-inc=/usr/include \
--with-openssl-lib=/usr/lib
.include "../../mk/bsd.pkg.mk"
|