2003-12-21 17:04:40 +01:00
|
|
|
# New ports collection makefile for: crack-attack
|
|
|
|
# Date created: 21 December 2003
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= crack-attack
|
2005-05-17 10:55:25 +02:00
|
|
|
PORTVERSION= 1.1.14
|
2012-08-05 00:52:02 +02:00
|
|
|
PORTREVISION= 11
|
2003-12-21 17:04:40 +01:00
|
|
|
CATEGORIES= games
|
2005-05-17 10:55:25 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-12-21 17:04:40 +01:00
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack
|
|
|
|
|
2012-08-05 00:52:02 +02:00
|
|
|
USE_XORG= x11 xi xmu sm ice
|
- 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_GL= glut
|
2005-05-17 10:55:25 +02:00
|
|
|
USE_GNOME= gtk20
|
2003-12-21 17:04:40 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2003-12-21 17:04:40 +01:00
|
|
|
|
2005-05-17 10:55:25 +02:00
|
|
|
MAN6= crack-attack.6
|
|
|
|
|
2003-12-21 17:04:40 +01:00
|
|
|
post-patch:
|
2004-08-21 20:16:57 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|#ifndef max|#if 0|' ${WRKSRC}/src/Game.h
|
2003-12-21 17:04:40 +01:00
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|