2005-10-09 20:21:28 +02:00
|
|
|
# New ports collection makefile for: gwee
|
|
|
|
# Date created: 2005-05-04
|
|
|
|
# Whom: chinsan <chinsan@mail2000.com.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gwee
|
|
|
|
PORTVERSION= 1.36
|
|
|
|
CATEGORIES= security www
|
|
|
|
MASTER_SITES= http://tigerteam.se/dl/gwee/
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-09 20:21:28 +02:00
|
|
|
COMMENT= Tool to exploit command execution vulnerabilities in web scripts
|
|
|
|
|
2011-03-13 22:30:59 +01:00
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
|
2005-10-09 20:21:28 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
|
|
|
LDFLAGS+= -lssl -lcrypto
|
|
|
|
CFLAGS+= -DWITH_SSL
|
|
|
|
|
|
|
|
MAN1= gwee.1
|
|
|
|
PLIST_FILES= bin/gwee
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
|
|
|
|
-o ${WRKSRC}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|