freebsd-ports/security/finger_mysql/Makefile
Edwin Groothuis 4f5ee6a36b New port: security/finger_mysql - A threaded MySQL scanner
This is a one-file-port of a threaded MySQL scanner. If the
	user "root" is passwordless, then this is even funnier. For
	some reason is segfaults if you feed it with Class B network,
	but I'll fix that when time permits.

PR:		ports/48924
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-04-02 11:04:08 +00:00

34 lines
849 B
Makefile

# Ports collection makefile for: finger_mysql
# Date created: 03 Mar 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= finger_mysql
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://www.fsix.net/crew/ \
http://www.zone-h.org/files/49/ \
http://downloads.securityfocus.com/vulnerabilities/exploits/
DISTNAME= finger_mysql.c
EXTRACT_SUFX= #none
EXTRACT_ONLY= #none
MAINTAINER= Yonatan@xpert.com
COMMENT= Threaded MySQL scanner
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client/
NO_WRKSUBDIR= yes
post-extract:
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/
do-build:
${CC} ${CFLAGS} -L${PREFIX}/lib/mysql -I${PREFIX}/include ${PTHREAD_LIBS} -lmysqlclient -o ${WRKSRC}/finger_mysql ${WRKSRC}/${DISTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/finger_mysql ${PREFIX}/bin
.include <bsd.port.mk>