File: net/airtraf/Makefile
base-0 patch-1
Line 24Line 24
endef

WORKSRC=$(WORKDIR)/$(GARNAME)-$(GARVERSION)/src
endef

WORKSRC=$(WORKDIR)/$(GARNAME)-$(GARVERSION)/src
# Dependencies are of the form categorydir/packagedir
# LIBDEPS are for libraries, and DEPENDS are for everything else
LIBDEPS = lib/ncurses devel/gcc devel/glibc
DEPENDS = kernel/pcmcia-cs
# Builddeps are installed in the build DESTIMG
BUILDDEPS =


LIBDEPS = lib/ncurses
DEPENDS = kernel/pcmcia-cs
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile