19b15b8db5
PR: ports/67177 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
31 lines
748 B
Makefile
31 lines
748 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/netw/netwib/download/v4/ \
|
|
http://fresh.t-systems-sfr.com/unix/src/privat2/
|
|
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
|
|
PLIST_FILES= bin/lcrzoex
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|