diff options
author | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
commit | 42c3e01f07107a7ded656f841e10cae90815ea5d (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /games/darkplaces | |
parent | c2b64d94e19f83563bdf4236c8047c64f184ed69 (diff) | |
download | freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.gz freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.zst freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.zip |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 8eb6ffab39c0..484026c16317 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile ALL_TARGET= # +OPTIONS_DEFINE= DOCS OPTIONS_MULTI= MODULE OPTIONS_MULTI_MODULE= CLIENT DEDICATED SDL OPTIONS_DEFAULT= ${OPTIONS_MULTI_MODULE} |