8bb1c130d9
Security fix: giFT-FastTrack remote DoS of HTTP server and client http://www.freebsd.org/ports/portaudit/1f738bda-c6ac-11d8-8898-000d6111a684.html PR: 68330 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
36 lines
762 B
Makefile
36 lines
762 B
Makefile
# New ports collection makefile for: giFT-FastTrack
|
|
# Date created: 2003-09-04
|
|
# Whom: Stefan Ehmann <shoesoft@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= giFT-FastTrack
|
|
PORTVERSION= 0.8.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.berlios.de/gift-fasttrack/
|
|
|
|
MAINTAINER= shoesoft@gmx.net
|
|
COMMENT= A FastTrack plugin for giFT
|
|
|
|
LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
|
|
DOC_FILES= AUTHORS COPYING ChangeLog \
|
|
INSTALL NEWS README TODO
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for doc in ${DOC_FILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|