diff -r 4b83b38066c8 -r cb18225a150a misc/fbsd-port/Makefile --- a/misc/fbsd-port/Makefile Wed Jan 30 18:41:01 2008 +0000 +++ b/misc/fbsd-port/Makefile Thu Jan 31 20:01:07 2008 +0000 @@ -1,5 +1,5 @@ # Ports collection makefile for: hedgewars -# Date created: 30 January 2008 +# Date created: 31 January 2008 # Whom: Andrey Korotaev # # $FreeBSD$ @@ -7,13 +7,12 @@ PORTNAME= hedgewars PORTVERSION= 0.9.2 -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.hedgewars.org/download/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= unC0Rr@gmail.com -COMMENT= Turn-based Worms-like strategy game +COMMENT= Free Worms-like turn based strategy game USE_BZIP2= yes USE_SDL= sdl image ttf mixer net @@ -25,10 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/hedgewars bin/hwengine - -HAS_CONFIGURE= yes - CMAKE?= ${LOCALBASE}/bin/cmake CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DCMAKE_CXX_COMPILER:STRING="${CXX}" \