diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 14:36:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 14:36:03 +0000 |
commit | 1efa84b8f3de6d745d13f61f42dc28d4139ddd6a (patch) | |
tree | d24edc943320be6641e877015fdeb29f83d2313d /games/linux-rtcw/Makefile | |
parent | cfc6f0bb2a116cd88afddb7975642196f544d3e7 (diff) |
Notes
Diffstat (limited to 'games/linux-rtcw/Makefile')
-rw-r--r-- | games/linux-rtcw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-rtcw/Makefile b/games/linux-rtcw/Makefile index 7a16b3db158b..7e495a0787fb 100644 --- a/games/linux-rtcw/Makefile +++ b/games/linux-rtcw/Makefile @@ -8,11 +8,12 @@ MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} MASTER_SITE_SUBDIR= wolf/linux PKGNAMEPREFIX= linux- DISTNAME= wolf-linux-${DISTVERSION}.x86 +EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Return to Castle Wolfenstein (Linux version) -USE_MAKESELF= yes +USES= makeself USE_LINUX= yes USE_LINUX_APPS= dri xorglibs NO_WRKSUBDIR= yes |