[Midnightbsd-cvs] mports [20872] trunk/games/quake3/Makefile: enable dos2unix again
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 15 16:11:47 EST 2015
Revision: 20872
http://svnweb.midnightbsd.org/mports/?rev=20872
Author: laffer1
Date: 2015-11-15 16:11:46 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
enable dos2unix again
Modified Paths:
--------------
trunk/games/quake3/Makefile
Modified: trunk/games/quake3/Makefile
===================================================================
--- trunk/games/quake3/Makefile 2015-11-15 21:09:52 UTC (rev 20871)
+++ trunk/games/quake3/Makefile 2015-11-15 21:11:46 UTC (rev 20872)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: quake3
-# Date created: 23 August 2005
-# Whom: pypt
-#
# $MidnightBSD$
# $FreeBSD: ports/games/quake3/Makefile,v 1.18 2007/11/07 00:37:19 pav Exp $
-#
PORTNAME= quake3
PORTVERSION= 1.32c
@@ -18,6 +13,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Quake III Arena -- first person shooter (native build)
+
LICENSE= gpl2
USES= dos2unix gmake zip
@@ -42,13 +38,11 @@
LIBDIR= ${PREFIX}/lib/${PORTNAME}
REALVERSION= 1.32b
-VM_ARCHS= i386 powerpc
+VM_ARCHS= i386
.include <bsd.mport.options.mk>
-.if ${ARCH} == "i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
-.endif
.for i in ${ARCH}
. if ${VM_ARCHS:M${i}} != ""
@@ -101,6 +95,8 @@
PLIST_SUB+= SMP="@comment "
.endif
+post-extract: dos2unix
+
post-patch:
@${REINPLACE_CMD} -e 's|botlib\.log|/dev/null|' \
${WRKSRC}/code/botlib/be_interface.c
More information about the Midnightbsd-cvs
mailing list