svn commit: r318815 - head/games/stransball2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 23 02:00:11 UTC 2013
Author: amdmi3
Date: Thu May 23 02:00:10 2013
New Revision: 318815
URL: http://svnweb.freebsd.org/changeset/ports/318815
Log:
- Trim Makefile header
- OptionsNG
- Mark MAKE_JOBS_SAFE
Modified:
head/games/stransball2/Makefile
Modified: head/games/stransball2/Makefile
==============================================================================
--- head/games/stransball2/Makefile Thu May 23 01:59:45 2013 (r318814)
+++ head/games/stransball2/Makefile Thu May 23 02:00:10 2013 (r318815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: stransball2
-# Date created: 07 Apr 2008
-# Whom: Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= stransball2
PORTVERSION= 1.5
@@ -21,11 +17,14 @@ LIB_DEPENDS= SGE.0:${PORTSDIR}/devel/sdl
USE_ZIP= yes
USE_GMAKE= yes
USE_SDL= sdl image mixer sound
+MAKE_JOBS_SAFE= yes
BUILD_WRKSRC= ${WRKSRC}/sources
PORTDOCS= readme.txt
+.include <bsd.port.options.mk>
+
post-extract:
@${RM} -f ${WRKSRC}/sound/WS_FTP.LOG
@@ -40,7 +39,7 @@ do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} 'graphics sound maps demos' ${DATADIR}
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
More information about the svn-ports-all
mailing list