1995-08-28 09:43:38 +02:00
|
|
|
# New ports collection makefile for: xgalaga
|
|
|
|
# Date created: 27 August 1995
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-08-28 09:43:38 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xgalaga
|
2002-09-19 21:53:36 +02:00
|
|
|
PORTVERSION= 2.0.34
|
- 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= 3
|
1996-11-18 10:56:45 +01:00
|
|
|
CATEGORIES= games
|
2006-01-20 01:06:33 +01:00
|
|
|
MASTER_SITES= http://people.FreeBSD.org/~linimon/public_distfiles/
|
1995-08-28 09:43:38 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Galaga resurrected on X
|
1995-08-28 09:43:38 +02: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= xpm xmu
|
2002-09-19 21:53:36 +02:00
|
|
|
HAS_CONFIGURE= yes
|
1998-05-28 09:39:25 +02:00
|
|
|
# xgalaga has a very strange usage of these variables...
|
- 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
|
|
|
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \
|
|
|
|
--exec_prefix=${LOCALBASE}/bin
|
1998-05-28 09:39:25 +02:00
|
|
|
|
|
|
|
.if defined(NOSOUND)
|
|
|
|
CONFIGURE_ARGS+= --without-sound
|
2005-03-14 18:01:09 +01:00
|
|
|
PLIST_SUB= SOUND="@comment "
|
1999-06-22 20:05:17 +02:00
|
|
|
.else
|
2005-03-14 18:01:09 +01:00
|
|
|
PLIST_SUB= SOUND=""
|
1998-05-28 09:39:25 +02:00
|
|
|
pre-configure:
|
2002-09-19 21:53:36 +02:00
|
|
|
@${ECHO_CMD} "*****************************************************"
|
|
|
|
@${ECHO_CMD} "* Note that you can build a version of xgalaga that *"
|
|
|
|
@${ECHO_CMD} "* doesn't use the sound driver by typing *"
|
|
|
|
@${ECHO_CMD} "* \"make -DNOSOUND\" *"
|
|
|
|
@${ECHO_CMD} "* following a \"make clean\". *"
|
|
|
|
@${ECHO_CMD} "* Try it if you don't have a sound card and are *"
|
|
|
|
@${ECHO_CMD} "* getting core dumps. *"
|
|
|
|
@${ECHO_CMD} "*****************************************************"
|
1999-06-22 20:05:17 +02:00
|
|
|
.endif
|
1995-08-28 09:43:38 +02:00
|
|
|
|
2002-09-19 21:53:36 +02:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/xgalaga
|
|
|
|
|
1995-08-28 09:43:38 +02:00
|
|
|
.include <bsd.port.mk>
|