mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2bdf22e429
It's somewhere between Tetris and Bejeweled and it's pretty hard!
26 lines
643 B
Makefile
26 lines
643 B
Makefile
# New ports collection makefile for: crack-attack
|
|
# Date created: 21 December 2003
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crack-attack
|
|
PORTVERSION= 1.1.10
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://blackseav.bsdns5.net/~aluminum/attack/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack
|
|
|
|
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" CXXFLAGS="${CFLAGS}"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|-O6 -s|${CFLAGS}|' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|