ports/porters experts:

I have a port that needs libnet11-config.

need it to set options.

if libnet11-config is there, the options set correctly.

LIBNET_CONFIG?=                ${LOCALBASE}/bin/libnet11-config
LIBNET_CFLAGS!= ${LIBNET_CONFIG} --cflags
LIBNET_LIBS!=   ${LIBNET_CONFIG} --libs
LIBNET_INCDIR=  ${LIBNET_CFLAGS:M-I*:S/-I//}
LIBNET_LIBDIR=  ${LIBNET_LIBS:M-L*:S/-L//}

if not, well, you can see.

I can (and do) have libnet>11 as a dependency, but by then, its too late.

do I need to run makefile TWICE? what does this do to nightly package builds?

how do I bootstrap it to install libnet11 EARLY if its not there?


--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
ISN: 1259*1300
>*| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best in Email Security,2010: Network Products Guide
   * King of Spam Filters, SC Magazine 2008


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.secnap.com/products/spammertrap/ ______________________________________________________________________ _______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to