2005-07-13 11:46:09 +00:00
|
|
|
# New ports collection makefile for: qonk
|
|
|
|
# Date created: 10 Jul 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qonk
|
2007-09-29 00:48:34 +00:00
|
|
|
PORTVERSION= 0.3.1
|
2012-02-18 10:18:33 +00:00
|
|
|
PORTREVISION= 9
|
2005-07-13 11:46:09 +00:00
|
|
|
CATEGORIES= games
|
2009-08-22 00:23:13 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2005-07-13 11:46:09 +00:00
|
|
|
|
2011-02-27 04:54:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-09-29 00:48:34 +00:00
|
|
|
COMMENT= Small space build and conquer strategy game
|
2005-07-13 11:46:09 +00:00
|
|
|
|
2007-09-29 00:48:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-13 11:46:09 +00:00
|
|
|
USE_GMAKE= yes
|
2007-09-29 00:48:34 +00:00
|
|
|
USE_SDL= sdl gfx ttf image
|
2005-07-13 11:46:09 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-07-13 11:46:09 +00:00
|
|
|
|
|
|
|
post-patch:
|
2007-09-29 00:48:34 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e 's|settings.h|../&|; s|canvas.h|../&|' \
|
|
|
|
${WRKSRC}/src/ui/menusystem.cpp
|
2005-07-13 11:46:09 +00:00
|
|
|
|
2007-09-29 00:48:34 +00:00
|
|
|
.include <bsd.port.mk>
|