2000-01-23 04:04:22 +01:00
|
|
|
# New ports collection makefile for: xinv3d
|
|
|
|
# Date created: 21 January 2000
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xinvaders3d
|
2001-01-03 13:04:28 +01:00
|
|
|
PORTVERSION= 1.3.6
|
- 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
|
2000-01-23 04:04:22 +01:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/XInvaders%203d/${PORTVERSION}
|
2001-01-03 13:04:28 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
2000-01-23 04:04:22 +01:00
|
|
|
|
2006-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= 3D Vector-graphics Space Invaders clone for X
|
2000-01-23 04:04:22 +01:00
|
|
|
|
- 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
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xinv3d
|
2001-01-03 13:04:28 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2000-01-23 04:04:22 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xinv3d ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|