Index: head/net/cdpr/Makefile =================================================================== --- head/net/cdpr/Makefile (revision 62969) +++ head/net/cdpr/Makefile (revision 62970) @@ -1,32 +1,35 @@ # ex:ts=8 # Ports collection makefile for: cdpr # Date created: Tue Jul 08, 2002 # Whom: Michael L. Hostbaek (mich@freebsdcluster.org) # # $FreeBSD$ # PORTNAME= cdpr -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ${PORTNAME} 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} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif .include Property changes on: head/net/cdpr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/cdpr/distinfo =================================================================== --- head/net/cdpr/distinfo (revision 62969) +++ head/net/cdpr/distinfo (revision 62970) @@ -1 +1 @@ -MD5 (cdpr-1.0.4.tgz) = 040e0bc584ac3e003ba559e6c3711baf +MD5 (cdpr-1.0.5.tgz) = 828094f5e305b0dd5897284d73375bf6 Property changes on: head/net/cdpr/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/cdpr/Makefile =================================================================== --- head/net-mgmt/cdpr/Makefile (revision 62969) +++ head/net-mgmt/cdpr/Makefile (revision 62970) @@ -1,32 +1,35 @@ # ex:ts=8 # Ports collection makefile for: cdpr # Date created: Tue Jul 08, 2002 # Whom: Michael L. Hostbaek (mich@freebsdcluster.org) # # $FreeBSD$ # PORTNAME= cdpr -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ${PORTNAME} 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} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif .include Property changes on: head/net-mgmt/cdpr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/cdpr/distinfo =================================================================== --- head/net-mgmt/cdpr/distinfo (revision 62969) +++ head/net-mgmt/cdpr/distinfo (revision 62970) @@ -1 +1 @@ -MD5 (cdpr-1.0.4.tgz) = 040e0bc584ac3e003ba559e6c3711baf +MD5 (cdpr-1.0.5.tgz) = 828094f5e305b0dd5897284d73375bf6 Property changes on: head/net-mgmt/cdpr/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property