| File: net/atftp/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = atftp | GARNAME = atftp |
| GARVERSION = 0.6 | GARVERSION = 0.6.2 |
| CATEGORIES = net MASTER_SITES = ftp://ftp.mamalinux.com/pub/atftp/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz | CATEGORIES = net MASTER_SITES = ftp://ftp.mamalinux.com/pub/atftp/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz |
| Line 14 | Line 14 |
| You can use multiple lines if you want. endef | You can use multiple lines if you want. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else LIBDEPS = devel/glibc lib/libwrap lib/ncurses utils/readline DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | LIBDEPS = lib/libwrap lib/ncurses utils/readline |
| 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) |
| NODIRPATHS = # If some dirs are trying to install into /, list their names | NODIRPATHS = # If some dirs are trying to install into /, list their names |