pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
eduke32: minor cleanup
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu May 21 09:45:54 2020 +0200
Changeset: 97ab3dcea88eaedd29d7a355a8f3dd93a87454e8
Modified Files:
eduke32/Makefile
Log Message:
eduke32: minor cleanup
Remove SUBDIR, use TOOL_DEPENDS for nasm.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97ab3dcea88eaedd29d7a355a8f3dd93a87454e8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
eduke32/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diffs:
diff --git a/eduke32/Makefile b/eduke32/Makefile
index c4db0effac..1cd766f144 100644
--- a/eduke32/Makefile
+++ b/eduke32/Makefile
@@ -1,6 +1,5 @@
# $NetBSD$
-SUBDIR+= eduke32
EDUKE_SVN= 8798
EDUKE_DATE= 20200404
DISTNAME= eduke32_src_${EDUKE_DATE}-${EDUKE_SVN}
@@ -14,6 +13,8 @@ HOMEPAGE= https://eduke32.com/
COMMENT= Engine for Duke Nukem 3D
LICENSE= gnu-gpl-v2
+TOOL_DEPENDS= nasm-[0-9]*:../../devel/nasm
+
WRKSRC= ${WRKDIR}/eduke32_${EDUKE_DATE}-${EDUKE_SVN}
USE_LANGUAGES= c c++
@@ -22,9 +23,6 @@ NO_CONFIGURE= yes
MAKE_ENV+= prefix=${PREFIX}
MAKE_FILE= GNUmakefile
-
-BUILD_DEPENDS= nasm-[0-9]*:../../devel/nasm
-
BUILD_MAKE_FLAGS+= LTO=0 RELEASE=1 USE_LIBVPX=0
INSTALLATION_DIRS+= bin
Home |
Main Index |
Thread Index |
Old Index