From nemysis@gmx.ch  Sun Sep  2 21:52:52 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B175D1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Sep 2012 21:52:52 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])
	by mx1.freebsd.org (Postfix) with SMTP id 282B48FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Sep 2012 21:52:51 +0000 (UTC)
Received: (qmail invoked by alias); 02 Sep 2012 21:52:50 -0000
Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201]
  by mail.gmx.net (mp028) with SMTP; 02 Sep 2012 23:52:50 +0200
Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 23:52:49 +0200
Message-Id: <20120902215252.B175D1065670@hub.freebsd.org>
Date: Sun, 02 Sep 2012 23:52:49 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jgh@FreeBSD.org
Subject: [PATCH] games/icbm3d: Makefile changed, OptionsNG, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171264
>Category:       ports
>Synopsis:       [PATCH] games/icbm3d: Makefile changed, OptionsNG, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 22:00:25 UTC 2012
>Closed-Date:    Mon Sep 10 03:04:47 UTC 2012
>Last-Modified:  Mon Sep 10 03:04:47 UTC 2012
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

Makefile changed:

- MASTER_SITES=	ftp://ftp.tuxpaint.org/unix/x/icbm3d/
- Pixmaps http://www.newbreedsoftware.com/images/prodicons/:icons
- COMMENT=	Inter-Continental Ballistic Missiles, 3D
- PLIST_FILES=
- PORTDOCS=
- OptionsNG

- Take maintainership

Added file(s):
- files/patch-makefile

Removed file(s):
- files/patch-aa
- pkg-plist

Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- icbm3d-0.4_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/Makefile ./Makefile
--- /usr/ports/games/icbm3d/Makefile	2008-04-19 19:49:11.000000000 +0200
+++ ./Makefile	2012-09-02 23:10:28.000000000 +0200
@@ -1,30 +1,43 @@
-# New ports collection makefile for:	icbm3d
-# Date created:				20 March 1998
-# Whom:					Andrey Zakhvatov
-#
 # $FreeBSD: ports/games/icbm3d/Makefile,v 1.14 2008/04/19 17:49:11 miwi Exp $
-#
 
 PORTNAME=	icbm3d
 PORTVERSION=	0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.billsgames.com/unix/x/icbm3d/
-DISTNAME=	${PORTNAME}.${PORTVERSION}
+MASTER_SITES=	ftp://ftp.tuxpaint.org/unix/x/icbm3d/  \
+		ftp://ftp.billsgames.com/unix/x/icbm3d/ \
+		http://www.newbreedsoftware.com/images/prodicons/:icons
+DISTFILES=	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \
+		${PORTNAME}.gif:icons
+EXTRACT_ONLY=	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	"Inter-Continental Ballistic Missiles, 3D" - 3D game of defense
+MAINTAINER=	nemysis@gmx.ch
+COMMENT=	Inter-Continental Ballistic Missiles, 3D
 
 WRKSRC=		${WRKDIR}/icbm3d
+
 USE_XORG=	x11
 MAKEFILE=	makefile
-ALL_TARGET=	icbm3d
+ALL_TARGET=	${PORTNAME}
+
+PLIST_FILES=	bin/${PORTNAME} \
+		share/pixmaps/${PORTNAME}.gif
+
+PORTDOCS=	README.txt
+
+.include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/icbm3d
-	${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
+# Executable
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+# Pixmaps
+	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/
+
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/distinfo ./distinfo
--- /usr/ports/games/icbm3d/distinfo	2011-07-03 16:24:06.000000000 +0200
+++ ./distinfo	2012-09-02 22:40:14.000000000 +0200
@@ -1,2 +1,4 @@
 SHA256 (icbm3d.0.4.tar.gz) = 9ad41c154ef47695771a26875d5415bcedcb139352b1e2175f386d206b0038fd
 SIZE (icbm3d.0.4.tar.gz) = 31187
+SHA256 (icbm3d.gif) = e5d6d45ee11ff669414ac2e22943a0786b62b72035884a06abd5f12dcd0d5f15
+SIZE (icbm3d.gif) = 1024
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/files/patch-aa ./files/patch-aa
--- /usr/ports/games/icbm3d/files/patch-aa	2008-04-19 19:49:11.000000000 +0200
+++ ./files/patch-aa	1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
---- makefile	Fri Jul 31 04:41:20 1998
-+++ /home/andy/tmp/wrk/makefile	Mon Aug 10 18:40:01 1998
-@@ -9,14 +9,16 @@
- 
- # Makefile user-definable variables------------------------------------------
- 
--CC=gcc
-+CC?=gcc
-+PREFIX?=/usr/X11R6
-+LOCALBASE?=/usr/X11R6
- MATHLIB=-lm
- 
- INSTALLROOT=$(PREFIX)
- LANGUAGE=english
- 
--XLIB=-L$(PREFIX)/lib -lX11 #-lcompat
--CFLAGS=-I$(PREFIX)/include -O2
-+XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat
-+CFLAGS+=-I$(LOCALBASE)/include
- 
- 
- # End of makefile user-definable variables-----------------------------------
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/files/patch-makefile ./files/patch-makefile
--- /usr/ports/games/icbm3d/files/patch-makefile	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-makefile	2012-09-02 23:21:45.000000000 +0200
@@ -0,0 +1,22 @@
+--- makefile.orig	1998-07-31 06:41:20.000000000 +0200
++++ makefile	2012-09-02 23:21:36.000000000 +0200
+@@ -9,14 +9,16 @@
+ 
+ # Makefile user-definable variables------------------------------------------
+ 
+-CC=gcc
++CC?=g++
++PREFIX?=/usr/local
++LOCALBASE?=/usr/local
+ MATHLIB=-lm
+ 
+ INSTALLROOT=$(PREFIX)
+ LANGUAGE=english
+ 
+-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat
+-CFLAGS=-I$(PREFIX)/include -O2
++XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat
++CFLAGS+=-I$(LOCALBASE)/include
+ 
+ 
+ # End of makefile user-definable variables-----------------------------------
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/pkg-descr ./pkg-descr
--- /usr/ports/games/icbm3d/pkg-descr	2000-04-02 02:58:40.000000000 +0200
+++ ./pkg-descr	2012-09-02 23:12:57.000000000 +0200
@@ -1,14 +1,16 @@
-   Like the original "Missile Command" and its clones, this game
-places  you  in  control  of  Anti-ICBM weapons which you use to 
-destroy  an  onslaught of missiles (and other nasties) which are 
-dropping onto your nation.
-   The game ends when your cities have all  been  destroyed. You 
-only   gain   replacement   cities  by  acheiving  certain score
-thresholds during each attack (level).
-   The main difference between this game and  Missile Command is
-that ICBM3D, as the name  suggests,  provides  a 3D perspective. 
-You take advantage of X-Window's  3-button mouse to control your
-firing  sight  ("cross-hair")  in  3-dimensions, and change your 
-viewpoint.
+ICBM3D ("Inter-Continental Ballistic Missiles, 3D") is a 3D game of defense.
+
+Like the original "Missile Command" and its clones, this game places you in
+control of Anti-ICBM weapons which you use to destroy an onslaught of
+missiles (and other nasties) which are dropping onto your nation.
+
+The game ends when your cities have all been destroyed. You only gain
+replacement cities by acheiving certain score thresholds during each attack
+(level).
+
+The main difference between this game and Missile Command is that ICBM3D,
+as the name suggests, provides a 3D perspective. You take advantage of
+X-Window's 3-button mouse to control your firing sight ("cross-hair")
+in 3-dimensions, and change your viewpoint.
 
 WWW: http://www.newbreedsoftware.com/icbm3d/
diff -ruN --exclude=CVS /usr/ports/games/icbm3d/pkg-plist ./pkg-plist
--- /usr/ports/games/icbm3d/pkg-plist	2001-12-24 03:14:53.000000000 +0100
+++ ./pkg-plist	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-bin/icbm3d
-%%PORTDOCS%%share/doc/icbm3d/README.txt
-%%PORTDOCS%%@dirrm share/doc/icbm3d
--- icbm3d-0.4_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Sep 9 02:29:10 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171264 

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171264: [PATCH] games/icbm3d: Makefile changed,
 OptionsNG, take maintainership
Date: Mon, 10 Sep 2012 03:26:33 +0200

 --Sig_/olNevvfRd84byvXjFItynUg
 Content-Type: multipart/mixed; boundary="MP_/rSXtG2EvGBRjCKzuV/w=8E8"
 
 --MP_/rSXtG2EvGBRjCKzuV/w=8E8
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 
 --MP_/rSXtG2EvGBRjCKzuV/w=8E8
 Content-Type: text/x-patch
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename=icbm3d.diff
 
 =3D=3D=3D> Generating patch
 =3D=3D=3D> Viewing diff with more
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/Makefile ./Makefile
 --- /usr/ports/games/icbm3d/Makefile	2008-04-19 19:49:11.000000000 +0200
 +++ ./Makefile	2012-09-10 03:25:32.000000000 +0200
 @@ -7,24 +7,42 @@
 =20
  PORTNAME=3D	icbm3d
  PORTVERSION=3D	0.4
 -PORTREVISION=3D	2
 +PORTREVISION=3D	3
  CATEGORIES=3D	games
 -MASTER_SITES=3D	ftp://ftp.billsgames.com/unix/x/icbm3d/
 -DISTNAME=3D	${PORTNAME}.${PORTVERSION}
 +MASTER_SITES=3D	ftp://ftp.tuxpaint.org/unix/x/icbm3d/  \
 +		ftp://ftp.billsgames.com/unix/x/icbm3d/ \
 +		http://www.newbreedsoftware.com/images/prodicons/:icons
 +DISTFILES=3D	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \
 +		${PORTNAME}.gif:icons
 +EXTRACT_ONLY=3D	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX}
 =20
 -MAINTAINER=3D	ports@FreeBSD.org
 -COMMENT=3D	"Inter-Continental Ballistic Missiles, 3D" - 3D game of defense
 +MAINTAINER=3D	nemysis@gmx.ch
 +COMMENT=3D	Inter-Continental Ballistic Missiles, 3D
 =20
  WRKSRC=3D		${WRKDIR}/icbm3d
 +
  USE_XORG=3D	x11
  MAKEFILE=3D	makefile
 -ALL_TARGET=3D	icbm3d
 +ALL_TARGET=3D	${PORTNAME}
 +
 +PLIST_FILES=3D	bin/${PORTNAME} \
 +		share/pixmaps/${PORTNAME}.gif
 +
 +PORTDOCS=3D	README.txt
 +
 +.include <bsd.port.options.mk>
 =20
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
 -.if !defined(NOPORTDOCS)
 -	@${MKDIR} ${PREFIX}/share/doc/icbm3d
 -	${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
 +# Executable
 +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 +
 +# Pixmaps
 +	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/
 +
 +# Documentation
 +.if ${PORT_OPTIONS:MDOCS}
 +	${MKDIR} ${DOCSDIR}
 +	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
  .endif
 =20
  .include <bsd.port.mk>
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/distinfo ./distinfo
 --- /usr/ports/games/icbm3d/distinfo	2011-07-03 16:24:06.000000000 +0200
 +++ ./distinfo	2012-09-02 22:40:14.000000000 +0200
 @@ -1,2 +1,4 @@
  SHA256 (icbm3d.0.4.tar.gz) =3D 9ad41c154ef47695771a26875d5415bcedcb139352b=
 1e2175f386d206b0038fd
  SIZE (icbm3d.0.4.tar.gz) =3D 31187
 +SHA256 (icbm3d.gif) =3D e5d6d45ee11ff669414ac2e22943a0786b62b72035884a06ab=
 d5f12dcd0d5f15
 +SIZE (icbm3d.gif) =3D 1024
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/files/patch-aa ./files/pa=
 tch-aa
 --- /usr/ports/games/icbm3d/files/patch-aa	2008-04-19 19:49:11.000000000 +0=
 200
 +++ ./files/patch-aa	1970-01-01 01:00:00.000000000 +0100
 @@ -1,22 +0,0 @@
 ---- makefile	Fri Jul 31 04:41:20 1998
 -+++ /home/andy/tmp/wrk/makefile	Mon Aug 10 18:40:01 1998
 -@@ -9,14 +9,16 @@
 -=20
 - # Makefile user-definable variables--------------------------------------=
 ----
 -=20
 --CC=3Dgcc
 -+CC?=3Dgcc
 -+PREFIX?=3D/usr/X11R6
 -+LOCALBASE?=3D/usr/X11R6
 - MATHLIB=3D-lm
 -=20
 - INSTALLROOT=3D$(PREFIX)
 - LANGUAGE=3Denglish
 -=20
 --XLIB=3D-L$(PREFIX)/lib -lX11 #-lcompat
 --CFLAGS=3D-I$(PREFIX)/include -O2
 -+XLIB=3D-L$(LOCALBASE)/lib -lX11 #-lcompat
 -+CFLAGS+=3D-I$(LOCALBASE)/include
 -=20
 -=20
 - # End of makefile user-definable variables-------------------------------=
 ----
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/files/patch-makefile ./fi=
 les/patch-makefile
 --- /usr/ports/games/icbm3d/files/patch-makefile	1970-01-01 01:00:00.000000=
 000 +0100
 +++ ./files/patch-makefile	2012-09-02 23:21:45.000000000 +0200
 @@ -0,0 +1,22 @@
 +--- makefile.orig	1998-07-31 06:41:20.000000000 +0200
 ++++ makefile	2012-09-02 23:21:36.000000000 +0200
 +@@ -9,14 +9,16 @@
 +=20
 + # Makefile user-definable variables--------------------------------------=
 ----
 +=20
 +-CC=3Dgcc
 ++CC?=3Dg++
 ++PREFIX?=3D/usr/local
 ++LOCALBASE?=3D/usr/local
 + MATHLIB=3D-lm
 +=20
 + INSTALLROOT=3D$(PREFIX)
 + LANGUAGE=3Denglish
 +=20
 +-XLIB=3D-L$(PREFIX)/lib -lX11 #-lcompat
 +-CFLAGS=3D-I$(PREFIX)/include -O2
 ++XLIB=3D-L$(LOCALBASE)/lib -lX11 #-lcompat
 ++CFLAGS+=3D-I$(LOCALBASE)/include
 +=20
 +=20
 + # End of makefile user-definable variables-------------------------------=
 ----
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/pkg-descr ./pkg-descr
 --- /usr/ports/games/icbm3d/pkg-descr	2000-04-02 02:58:40.000000000 +0200
 +++ ./pkg-descr	2012-09-02 23:12:57.000000000 +0200
 @@ -1,14 +1,16 @@
 -   Like the original "Missile Command" and its clones, this game
 -places  you  in  control  of  Anti-ICBM weapons which you use to=20
 -destroy  an  onslaught of missiles (and other nasties) which are=20
 -dropping onto your nation.
 -   The game ends when your cities have all  been  destroyed. You=20
 -only   gain   replacement   cities  by  acheiving  certain score
 -thresholds during each attack (level).
 -   The main difference between this game and  Missile Command is
 -that ICBM3D, as the name  suggests,  provides  a 3D perspective.=20
 -You take advantage of X-Window's  3-button mouse to control your
 -firing  sight  ("cross-hair")  in  3-dimensions, and change your=20
 -viewpoint.
 +ICBM3D ("Inter-Continental Ballistic Missiles, 3D") is a 3D game of defens=
 e.
 +
 +Like the original "Missile Command" and its clones, this game places you in
 +control of Anti-ICBM weapons which you use to destroy an onslaught of
 +missiles (and other nasties) which are dropping onto your nation.
 +
 +The game ends when your cities have all been destroyed. You only gain
 +replacement cities by acheiving certain score thresholds during each attack
 +(level).
 +
 +The main difference between this game and Missile Command is that ICBM3D,
 +as the name suggests, provides a 3D perspective. You take advantage of
 +X-Window's 3-button mouse to control your firing sight ("cross-hair")
 +in 3-dimensions, and change your viewpoint.
 =20
  WWW: http://www.newbreedsoftware.com/icbm3d/
 diff -ruN --exclude=3DCVS /usr/ports/games/icbm3d/pkg-plist ./pkg-plist
 --- /usr/ports/games/icbm3d/pkg-plist	2001-12-24 03:14:53.000000000 +0100
 +++ ./pkg-plist	1970-01-01 01:00:00.000000000 +0100
 @@ -1,3 +0,0 @@
 -bin/icbm3d
 -%%PORTDOCS%%share/doc/icbm3d/README.txt
 -%%PORTDOCS%%@dirrm share/doc/icbm3d
 =3D=3D=3D> Done
 
 --MP_/rSXtG2EvGBRjCKzuV/w=8E8--
 
 --Sig_/olNevvfRd84byvXjFItynUg
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (FreeBSD)
 
 iF4EAREIAAYFAlBNQcoACgkQSY5SjAQUAPtOQgD+KjO8mHVf1YHXDippjs/+SO1t
 7NNeeBAEtGVV5HZyaFABAKUM612TnuaY0lXqFV6MqPhYHxgTtiVxRNCbsoyb3nRo
 =2B/b
 -----END PGP SIGNATURE-----
 
 --Sig_/olNevvfRd84byvXjFItynUg--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171264: commit references a PR
Date: Mon, 10 Sep 2012 02:53:51 +0000 (UTC)

 Author: swills
 Date: Mon Sep 10 02:53:42 2012
 New Revision: 304016
 URL: http://svn.freebsd.org/changeset/ports/304016
 
 Log:
   - Add additional MASTER_SITES entry
   - Avoid pkg-plist due to small file list
   - Convert to OptionsNG
   - Give maintainership to submitter
   
   PR:		ports/171264
   Submitted by:	nemysis <nemysis@gmx.ch>
 
 Added:
   head/games/icbm3d/files/patch-makefile   (contents, props changed)
 Deleted:
   head/games/icbm3d/pkg-plist
 Modified:
   head/games/icbm3d/Makefile   (contents, props changed)
   head/games/icbm3d/distinfo   (contents, props changed)
   head/games/icbm3d/files/patch-aa   (contents, props changed)
   head/games/icbm3d/pkg-descr   (contents, props changed)
 
 Modified: head/games/icbm3d/Makefile
 ==============================================================================
 --- head/games/icbm3d/Makefile	Mon Sep 10 02:37:55 2012	(r304015)
 +++ head/games/icbm3d/Makefile	Mon Sep 10 02:53:42 2012	(r304016)
 @@ -7,24 +7,42 @@
  
  PORTNAME=	icbm3d
  PORTVERSION=	0.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
 -MASTER_SITES=	ftp://ftp.billsgames.com/unix/x/icbm3d/
 -DISTNAME=	${PORTNAME}.${PORTVERSION}
 +MASTER_SITES=	ftp://ftp.tuxpaint.org/unix/x/icbm3d/  \
 +		ftp://ftp.billsgames.com/unix/x/icbm3d/ \
 +		http://www.newbreedsoftware.com/images/prodicons/:icons
 +DISTFILES=	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \
 +		${PORTNAME}.gif:icons
 +EXTRACT_ONLY=	${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX}
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	"Inter-Continental Ballistic Missiles, 3D" - 3D game of defense
 +MAINTAINER=	nemysis@gmx.ch
 +COMMENT=	Inter-Continental Ballistic Missiles, 3D
  
  WRKSRC=		${WRKDIR}/icbm3d
 +
  USE_XORG=	x11
  MAKEFILE=	makefile
 -ALL_TARGET=	icbm3d
 +ALL_TARGET=	${PORTNAME}
 +
 +PLIST_FILES=	bin/${PORTNAME} \
 +		share/pixmaps/${PORTNAME}.gif
 +
 +PORTDOCS=	README.txt
 +
 +.include <bsd.port.options.mk>
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
 -.if !defined(NOPORTDOCS)
 -	@${MKDIR} ${PREFIX}/share/doc/icbm3d
 -	${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
 +# Executable
 +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 +
 +# Pixmaps
 +	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/
 +
 +# Documentation
 +.if ${PORT_OPTIONS:MDOCS}
 +	${MKDIR} ${DOCSDIR}
 +	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
 
 Modified: head/games/icbm3d/distinfo
 ==============================================================================
 --- head/games/icbm3d/distinfo	Mon Sep 10 02:37:55 2012	(r304015)
 +++ head/games/icbm3d/distinfo	Mon Sep 10 02:53:42 2012	(r304016)
 @@ -1,2 +1,4 @@
  SHA256 (icbm3d.0.4.tar.gz) = 9ad41c154ef47695771a26875d5415bcedcb139352b1e2175f386d206b0038fd
  SIZE (icbm3d.0.4.tar.gz) = 31187
 +SHA256 (icbm3d.gif) = e5d6d45ee11ff669414ac2e22943a0786b62b72035884a06abd5f12dcd0d5f15
 +SIZE (icbm3d.gif) = 1024
 
 Modified: head/games/icbm3d/files/patch-aa
 ==============================================================================
 --- head/games/icbm3d/files/patch-aa	Mon Sep 10 02:37:55 2012	(r304015)
 +++ head/games/icbm3d/files/patch-aa	Mon Sep 10 02:53:42 2012	(r304016)
 @@ -1,22 +0,0 @@
 ---- makefile	Fri Jul 31 04:41:20 1998
 -+++ /home/andy/tmp/wrk/makefile	Mon Aug 10 18:40:01 1998
 -@@ -9,14 +9,16 @@
 - 
 - # Makefile user-definable variables------------------------------------------
 - 
 --CC=gcc
 -+CC?=gcc
 -+PREFIX?=/usr/X11R6
 -+LOCALBASE?=/usr/X11R6
 - MATHLIB=-lm
 - 
 - INSTALLROOT=$(PREFIX)
 - LANGUAGE=english
 - 
 --XLIB=-L$(PREFIX)/lib -lX11 #-lcompat
 --CFLAGS=-I$(PREFIX)/include -O2
 -+XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat
 -+CFLAGS+=-I$(LOCALBASE)/include
 - 
 - 
 - # End of makefile user-definable variables-----------------------------------
 
 Added: head/games/icbm3d/files/patch-makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/games/icbm3d/files/patch-makefile	Mon Sep 10 02:53:42 2012	(r304016)
 @@ -0,0 +1,22 @@
 +--- makefile.orig	1998-07-31 06:41:20.000000000 +0200
 ++++ makefile	2012-09-02 23:21:36.000000000 +0200
 +@@ -9,14 +9,16 @@
 + 
 + # Makefile user-definable variables------------------------------------------
 + 
 +-CC=gcc
 ++CC?=g++
 ++PREFIX?=/usr/local
 ++LOCALBASE?=/usr/local
 + MATHLIB=-lm
 + 
 + INSTALLROOT=$(PREFIX)
 + LANGUAGE=english
 + 
 +-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat
 +-CFLAGS=-I$(PREFIX)/include -O2
 ++XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat
 ++CFLAGS+=-I$(LOCALBASE)/include
 + 
 + 
 + # End of makefile user-definable variables-----------------------------------
 
 Modified: head/games/icbm3d/pkg-descr
 ==============================================================================
 --- head/games/icbm3d/pkg-descr	Mon Sep 10 02:37:55 2012	(r304015)
 +++ head/games/icbm3d/pkg-descr	Mon Sep 10 02:53:42 2012	(r304016)
 @@ -1,14 +1,16 @@
 -   Like the original "Missile Command" and its clones, this game
 -places  you  in  control  of  Anti-ICBM weapons which you use to 
 -destroy  an  onslaught of missiles (and other nasties) which are 
 -dropping onto your nation.
 -   The game ends when your cities have all  been  destroyed. You 
 -only   gain   replacement   cities  by  acheiving  certain score
 -thresholds during each attack (level).
 -   The main difference between this game and  Missile Command is
 -that ICBM3D, as the name  suggests,  provides  a 3D perspective. 
 -You take advantage of X-Window's  3-button mouse to control your
 -firing  sight  ("cross-hair")  in  3-dimensions, and change your 
 -viewpoint.
 +ICBM3D ("Inter-Continental Ballistic Missiles, 3D") is a 3D game of defense.
 +
 +Like the original "Missile Command" and its clones, this game places you in
 +control of Anti-ICBM weapons which you use to destroy an onslaught of
 +missiles (and other nasties) which are dropping onto your nation.
 +
 +The game ends when your cities have all been destroyed. You only gain
 +replacement cities by acheiving certain score thresholds during each attack
 +(level).
 +
 +The main difference between this game and Missile Command is that ICBM3D,
 +as the name suggests, provides a 3D perspective. You take advantage of
 +X-Window's 3-button mouse to control your firing sight ("cross-hair")
 +in 3-dimensions, and change your viewpoint.
  
  WWW: http://www.newbreedsoftware.com/icbm3d/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Mon Sep 10 03:04:43 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171264 
>Unformatted:
