| File: devel/nasm/Makefile | |
|---|---|
| lnx-bbc--stable--2.1--patch-38 | lnx-bbc--research--0.0--patch-33 |
| Line 1 | Line 1 |
| GARNAME = nasm | GARNAME = nasm |
| GARVERSION = 0.98.31 | GARVERSION = 0.98.38 |
| CATEGORIES = devel MASTER_SITES = http://telia.dl.sourceforge.net/nasm/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = LGPL2_1 | CATEGORIES = devel MASTER_SITES = http://telia.dl.sourceforge.net/nasm/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = LGPL2_1 |
| DESCRIPTION = The Netwide Assembler | DESCRIPTION = |
| define BLURB | define BLURB |
| NASM is a portable and modular i80x86 assembler that supports many object file outputs. | Enter a longer description here. You can use multiple lines if you want. |
| endef | endef |
| LIBDEPS = devel/glibc | SOURCE_LANGUAGES = c |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile |