freebsd-ports/security/openvas-libraries/Makefile.common

8 lines
247 B
Text
Raw Normal View History

CONFIGURE_ARGS+=--includedir=${PREFIX}/include \
--libdir=${PREFIX}/lib \
--localstatedir=${PREFIX}/openvas \
--sharedstatedir=${PREFIX}/openvas/com
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${PREFIX}/include
CPPFLAGS+= -I${LOCALBASE}/include