File: net/minicom/Makefile
base-0 patch-1
Line 15Line 15
#XXX: minicom package blurb goes here.
endef

#XXX: minicom package blurb goes here.
endef

LIBDEPS = devel/glibc lib/ncurses
LIBDEPS = lib/ncurses
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
Line 25Line 25
BUILD_ARGS = CFLAGS+=-lncurses

BUILD_ARGS = CFLAGS+=-lncurses

INSTALL_OVERRIDE_DIRS = prefix
INSTALL_OVERRIDE_DIRS = prefix datadir
include ../../gar.mk
include ../../gar.mk