File: lib/libpcap/Makefile
base-0 patch-1
Line 12Line 12
A system-independent interface for user-level network packet capture.
endef

A system-independent interface for user-level network packet capture.
endef

LIBDEPS = devel/glibc


CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST)
INSTALL_OVERRIDE_DIRS = prefix exec_prefix includedir libdir mandir

INSTALL_OVERRIDE_DIRS = prefix exec_prefix includedir libdir mandir