58e27d31a3
Submitted by: MAINTAINER Aadd better file dependency in the Makefile to force compile against updated library.
32 lines
818 B
Makefile
32 lines
818 B
Makefile
# New ports collection makefile for: lcrzoex
|
|
# Date created: Wed Apr 10 02:42:20 CEST 2002
|
|
# Whom: king@v2project.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lcrzoex
|
|
PORTVERSION= 4.17.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.laurentconstantin.com/common/lcrzoex/download/v4/ \
|
|
http://www.mirrors.wiretapped.net/security/packet-construction/lcrzoex/ \
|
|
ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzoex/
|
|
EXTRACT_SUFX= -src.tgz
|
|
|
|
MAINTAINER= king@v2project.com
|
|
COMMENT= Lcrzoex contains over 300 functionnalities using network library lcrzo
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/lcrzo_debugdefs.h:${PORTSDIR}/security/lcrzo
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
|
|
|
|
MAN1= lcrzoex.1
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|