973d4e7f63
separate from the version in the base OS which deliberately does not include the mail proxy and additional modules. rc.d/enginx script is added (not rc.d/nginx to avoid conflicting with base). Lua module is also supported. Most of the work done by william@, with a few tweaks by me and ok william. README could use more work and as pointed out by ajacoutot we need to review permissions of the tmp directory, but the diff is already long enough. @pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or without the passenger flavour as appropriate).
12 lines
263 B
Makefile
12 lines
263 B
Makefile
# $OpenBSD: Makefile,v 1.53 2012/09/11 16:01:45 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += devel
|
|
SUBDIR += devel,lua
|
|
SUBDIR += devel,passenger
|
|
SUBDIR += stable
|
|
SUBDIR += stable,lua
|
|
SUBDIR += stable,passenger
|
|
|
|
.include <bsd.port.subdir.mk>
|