pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

0ad: Add Makefile.common



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jul 30 00:13:58 2016 +0200
Changeset:	81c62eb1f3c69bcaa933fd5bc3e8167530655b54

Modified Files:
	0ad/Makefile

Log Message:
0ad: Add Makefile.common

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=81c62eb1f3c69bcaa933fd5bc3e8167530655b54

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 0ad/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 44e5c07..7029271 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -1,13 +1,11 @@
 # $NetBSD$
 
-DISTNAME=	0ad-0.0.20-alpha-unix-build
+.include "Makefile.common"
+
+DISTNAME=	${DISTVERSION}-build
 PKGNAME=	${DISTNAME:S/-unix-build//:S/-alpha/.alpha/}
-CATEGORIES=	games
-MASTER_SITES=	http://releases.wildfiregames.com/
-EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://releases.wildfiregames.com/
 COMMENT=	Historical real-time strategy game
 LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 
@@ -16,6 +14,8 @@ USE_LANGUAGES=	c c++
 
 USE_TOOLS+=	gmake perl bash
 
+DEPENDS+=	0ad-data-${PKGVERSION}:../../wip/0ad-data
+
 do-configure:
 	${RUN} cd ${WRKSRC} && ./build/workspaces/clean-workspaces.sh
 	${RUN} cd ${WRKSRC} && ./build/workspaces/update-workspaces.sh \


Home | Main Index | Thread Index | Old Index