| File: special/putty/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = putty | GARNAME = putty |
| GARVERSION = 0.53b | GARVERSION = 0.54 |
| CATEGORIES = special | CATEGORIES = special |
| MASTER_SITES = http://the.earth.li/~sgtatham/putty/latest/x86/ http://the.earth.li/~sgtatham/putty/latest/ DISTFILES = putty.exe pscp.exe putty-src.zip | MASTER_SITES = http://the.earth.li/~sgtatham/putty/$(GARVERSION)/x86/ http://the.earth.li/~sgtatham/putty/$(GARVERSION)/ DISTFILES = putty.exe pscp.exe putty-$(GARVERSION).tar.gz |
| MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = MIT | MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = MIT |
| Line 13 | Line 13 |
| 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 = DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | SOURCE_LANGUAGES = |
| # CONFIGURE_SCRIPTS = $(WORKSRC)/configure # BUILD_SCRIPTS = $(WORKSRC)/Makefile | # CONFIGURE_SCRIPTS = $(WORKSRC)/configure # BUILD_SCRIPTS = $(WORKSRC)/Makefile |