24 lines
543 B
Makefile
24 lines
543 B
Makefile
|
# New ports collection makefile for: sslscan
|
||
|
# Date created: 21/6/2011
|
||
|
# Whom: Matthieu BOUTHORS
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= sslscan
|
||
|
PORTVERSION= 1.8.2
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= http://downloads.sourceforge.net/project/sslscan/sslscan/ \
|
||
|
http://mirror.labs.fr/pub/FreeBSD/distfiles/
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= matthieu@labs.fr
|
||
|
COMMENT= SSLScan is a fast SSL port scanner
|
||
|
|
||
|
MAKE_ARGS= CC="${CC}" CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
MAN1= sslscan.1
|
||
|
PLIST_FILES= bin/sslscan
|
||
|
|
||
|
.include <bsd.port.mk>
|