From ba1f77524939f9407454bec994afe976afefb1e7 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 15 Jul 2002 10:18:22 +0000 Subject: Update to 1.0.5 and respect CFLAGS/LDFLAGS. PR: ports/40591 Submitted by: Michael Hostbaek (MAINTAINER) --- net-mgmt/cdpr/Makefile | 9 ++++++--- net-mgmt/cdpr/distinfo | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index bfed19f6561c..cc9a2a143ea3 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cdpr -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ ${MASTER_SITE_LOCAL} @@ -16,11 +16,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= mich@freebsdcluster.org -USE_GCC= yes -ALL_TARGET= cdpr +CFLAGS+= -ggdb +LDFLAGS+= -L${LOCALBASE}/lib -lpcap DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +do-build: + (cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c) + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/net-mgmt/cdpr/distinfo b/net-mgmt/cdpr/distinfo index a1e9868fc026..2d84f675a668 100644 --- a/net-mgmt/cdpr/distinfo +++ b/net-mgmt/cdpr/distinfo @@ -1 +1 @@ -MD5 (cdpr-1.0.4.tgz) = 040e0bc584ac3e003ba559e6c3711baf +MD5 (cdpr-1.0.5.tgz) = 828094f5e305b0dd5897284d73375bf6 -- cgit