1998-03-28 16:22:39 +01:00
|
|
|
# New ports collection makefile for: icbm3d
|
|
|
|
# Date created: 20 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-03-28 16:22:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:53:26 +02:00
|
|
|
PORTNAME= icbm3d
|
|
|
|
PORTVERSION= 0.4
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= games
|
2005-07-09 15:36:00 +02:00
|
|
|
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/icbm3d/
|
2000-04-14 08:53:26 +02:00
|
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
1998-03-28 16:22:39 +01:00
|
|
|
|
2000-03-29 09:19:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= "Inter-Continental Ballistic Missiles, 3D" - 3D game of defense
|
1998-03-28 16:22:39 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/icbm3d
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2000-04-02 03:00:24 +02:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= icbm3d
|
1998-03-28 16:22:39 +01:00
|
|
|
|
|
|
|
do-install:
|
2000-04-02 03:00:24 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
|
1998-08-10 14:18:16 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-04-02 03:00:24 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/icbm3d
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
|
1998-08-10 14:18:16 +02:00
|
|
|
.endif
|
1998-03-28 16:22:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|