diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-31 14:40:56 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-31 14:40:56 +0000 |
commit | 8199e9dc487a0e6b99c306fa637033bf11374c41 (patch) | |
tree | fd7ac6263851705bfeae2fb7d9dce6af494453c8 /games/linux-nwnclient | |
parent | fe6302c7633911c7e779bee40e0b1c093ff8260a (diff) | |
download | ports-8199e9dc487a0e6b99c306fa637033bf11374c41.tar.gz ports-8199e9dc487a0e6b99c306fa637033bf11374c41.zip |
Notes
Diffstat (limited to 'games/linux-nwnclient')
-rw-r--r-- | games/linux-nwnclient/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/linux-nwnclient/Makefile b/games/linux-nwnclient/Makefile index d2e62b4205a9..78d0fd8860c8 100644 --- a/games/linux-nwnclient/Makefile +++ b/games/linux-nwnclient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux_nwnclient -# Date created: 1 April 2003 -# Whom: Erik Olson <erikolson@olsonexpress.com> -# +# Created by: Erik Olson <erikolson@olsonexpress.com> # $FreeBSD$ -# PORTNAME= nwnclient PORTVERSION= 1.69 @@ -36,8 +32,10 @@ USE_LINUX_APPS+=libglu USE_LINUX_APPS+=dri .endif -OPTIONS= NWMOVIES "Install support for movies using BinkPlayer" off +OPTIONS_DEFINE= NWMOVIES +NWMOVIES_DESC= Support for movies using BinkPlayer +.include <bsd.port.options.mk> .include <bsd.port.pre.mk> # Client detection. Currently, detects only original and Diamond editions. @@ -45,7 +43,7 @@ OPTIONS= NWMOVIES "Install support for movies using BinkPlayer" off CLIENT_FILES= nwclientgold.tar.gz:GOLD \ nwclienthotu.tar.gz:HOTU \ English_linuxclient169_xp2.tar.gz:CLIENT -.if !defined(WITHOUT_NWMOVIES) +.if ${PORT_OPTIONS:MNWMOVIES} NWMOVIESFILE= nwmovies-v4-public.20090223.080954.tar.gz BINKPLAYERFILE= BinkLinuxPlayer.zip CLIENT_NWMOVIES=${NWMOVIESFILE}:NWMOVIES \ |