diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
commit | 7678193c3d2d11d8aacac35c5406a374326be6eb (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /games/trophy | |
parent | e59a9684168aad56d6d455a49d69fab3655dae52 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=317947
Diffstat (limited to 'games/trophy')
-rw-r--r-- | games/trophy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/trophy/Makefile b/games/trophy/Makefile index f214698cb372..4b65bf26a4dc 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org -COMMENT= A single player racing game +COMMENT= Single player racing game LICENSE= GPLv2 @@ -23,6 +23,8 @@ MAN6= trophy.6 PORTDOCS= AUTHORS COPYING ChangeLog README TODO +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-configure: |