diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-02-12 10:04:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-02-12 10:04:07 +0000 |
commit | bdc893065f4f194e4b30b19e9d23ef11bb6d0297 (patch) | |
tree | 3b50b746b180924f73fadd1a86334801f3053db1 /games/stormbaancoureur/Makefile | |
parent | 37961c3c315b568d3f10cfd55afed9ce9b5aca6b (diff) | |
download | ports-bdc893065f4f194e4b30b19e9d23ef11bb6d0297.tar.gz ports-bdc893065f4f194e4b30b19e9d23ef11bb6d0297.zip |
Notes
Diffstat (limited to 'games/stormbaancoureur/Makefile')
-rw-r--r-- | games/stormbaancoureur/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/games/stormbaancoureur/Makefile b/games/stormbaancoureur/Makefile index d377a15764a3..87bf1b964852 100644 --- a/games/stormbaancoureur/Makefile +++ b/games/stormbaancoureur/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= stormbaancoureur -PORTVERSION= 2.1.5 -PORTREVISION= 5 +PORTVERSION= 2.1.6 CATEGORIES= games -MASTER_SITES= http://bram.creative4vision.nl/stormbaancoureur/download/ \ +MASTER_SITES= http://www.stolk.org/stormbaancoureur/download/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org @@ -25,7 +24,14 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= * PORTDATA= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= ALSA DOCS +OPTIONS_DEFAULT=ALSA + +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins +ALSA_MAKE_ENV= ALSA_LIBS="-lasound" +ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-src-common-soundenginealsa.cxx \ + ${FILESDIR}/extra-patch-src-common-soundenginealsa.h post-patch: @${REINPLACE_CMD} -e 's|__DATADIR|"${DATADIR}"|' \ |