Index: head/games/qonk/Makefile =================================================================== --- head/games/qonk/Makefile (revision 159893) +++ head/games/qonk/Makefile (revision 159894) @@ -1,49 +1,48 @@ # New ports collection makefile for: qonk # Date created: 10 Jul 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= qonk -PORTVERSION= 0.0.1 +DISTVERSION= 0.0.2beta1 CATEGORIES= games MASTER_SITES= http://anthony.liekens.net/pub/files/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Small build and conquer strategy game USE_GMAKE= yes USE_SDL= gfx sdl ttf -USE_REINPLACE= yes OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on .include post-patch: # Fix Makefile @${REINPLACE_CMD} -e 's|g++|${CXX}| ; \ s|sdl-config|${SDL_CONFIG}| ; \ s|\(-O3\)|${CFLAGS} \1|' \ ${WRKSRC}/${MAKEFILE} # Fix paths to ${DATADIR} @${REINPLACE_CMD} -e 's|\(font\.ttf\)|${DATADIR}/\1|' \ ${WRKSRC}/main.cpp ${WRKSRC}/messages.cpp # Enable/disable compilation optimizations -.if !defined(WITH_OPTIMIZED_CFLAGS) +.if defined(WITHOUT_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|-O3||' \ ${WRKSRC}/${MAKEFILE} .endif do-install: # Program ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin # Data ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/font.ttf ${DATADIR} .include Property changes on: head/games/qonk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/qonk/distinfo =================================================================== --- head/games/qonk/distinfo (revision 159893) +++ head/games/qonk/distinfo (revision 159894) @@ -1,3 +1,3 @@ -MD5 (qonk-0.0.1.tar.gz) = 149759ea51a6e129682d1a4fd80148e6 -SHA256 (qonk-0.0.1.tar.gz) = 942ba3af92c422e533103495ba5dbd5f23dcc821aa2a395ce9f5aba1e9514d40 -SIZE (qonk-0.0.1.tar.gz) = 53976 +MD5 (qonk-0.0.2beta1.tar.gz) = d3f445f94c11c5d2ac1c4ca4533ba412 +SHA256 (qonk-0.0.2beta1.tar.gz) = 3dd5add09f1fc4c9c3d00e125509197b13b70d586c3595f01f565a794eca8f64 +SIZE (qonk-0.0.2beta1.tar.gz) = 92832 Property changes on: head/games/qonk/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/qonk/files/patch-SDL_gfxPrimitives.h =================================================================== --- head/games/qonk/files/patch-SDL_gfxPrimitives.h (nonexistent) +++ head/games/qonk/files/patch-SDL_gfxPrimitives.h (revision 159894) @@ -0,0 +1,11 @@ +--- SDL_gfxPrimitives.h.orig Sat Aug 6 08:53:38 2005 ++++ SDL_gfxPrimitives.h Thu Apr 13 23:20:20 2006 +@@ -14,7 +14,7 @@ + #define M_PI 3.141592654 + #endif + +-#include ++#include + + /* Set up for C function definitions, even when using C++ */ + #ifdef __cplusplus Property changes on: head/games/qonk/files/patch-SDL_gfxPrimitives.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property