| File: net/wvstreams/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = wvstreams GARVERSION = 3.70 | GARNAME = wvstreams GARVERSION = 3.70 |
| # Technically, I don't think dial-up utils belong in "net"... CATEGORIES = comm | # Technically, I don't think dial-up utils belong in "net"... "dialup" or # "comm" perhaps, but those categories don't exist. CATEGORIES = net |
| MASTER_SITES = http://open.nit.ca/download/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PATCHFILES = gar-base.diff | MASTER_SITES = http://open.nit.ca/download/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PATCHFILES = gar-base.diff |
| # put your e-mail address in here, as in: Foo Bar <foo@bar.com> | |
| MAINTAINER = Paul Gray <gray@cs.uni.edu> | MAINTAINER = Paul Gray <gray@cs.uni.edu> |
| # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license | |
| LICENSE = LGPL DESCRIPTION = | LICENSE = LGPL DESCRIPTION = |
| Line 16 | Line 15 |
| utilities library for C++. endef | utilities library for C++. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else | |
| LIBDEPS = lib/zlib DEPENDS = crypto/openssl | LIBDEPS = lib/zlib DEPENDS = crypto/openssl |
| # Builddeps are installed in the build DESTIMG BUILDDEPS = | |
| PREFIX=$(prefix) | PREFIX=$(prefix) |
| INSTALL_SCRIPTS = $(WORKSRC)/Makefile INSTALL_ARGS = COPTS="$(CFLAGS)" CC="$(CC)" CXXOPTS="$(CPPFLAGS)" CPP="$(CPP)" SSLINC=$(DESTDIR)$(includedir)/openssl LIBS="-L $(DESTDIR)$(libdir)" NODIRPATHS = | BUILD_SCRIPTS = $(WORKSRC)/Makefile BUILD_ARGS = COPTS="$(CFLAGS)" CC="$(CXX)" CXXOPTS="$(CPPFLAGS)" CPP="$(CPP)" SSLINC=$(DESTDIR)$(includedir)/openssl LIBS="-L $(DESTDIR)$(libdir)" BUILD_OVERRIDE_DIRS = PREFIX |
| # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir INSTALL_OVERRIDE_DIRS = PREFIX | INSTALL_SCRIPTS = $(WORKSRC)/Makefile INSTALL_OVERRIDE_DIRS = PREFIX |
| # This should go before any hand-made rules. | |
| include ../../gar.mk | include ../../gar.mk |