diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 22:36:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 22:36:03 +0800 |
commit | 96fdfc328edead9c33387ff90951c9648b448c0b (patch) | |
tree | d24edc943320be6641e877015fdeb29f83d2313d /games/linux-rtcw | |
parent | d2ca2e69cae4d2edf04990b345ac280f0e209a06 (diff) | |
download | freebsd-ports-gnome-96fdfc328edead9c33387ff90951c9648b448c0b.tar.gz freebsd-ports-gnome-96fdfc328edead9c33387ff90951c9648b448c0b.tar.zst freebsd-ports-gnome-96fdfc328edead9c33387ff90951c9648b448c0b.zip |
Create a makeself uses to handle makeself archives
Diffstat (limited to 'games/linux-rtcw')
-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 |