diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 20:12:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 20:12:55 +0000 |
commit | 2dac14b125c15ce7a5bdca8a9940058e9de2383d (patch) | |
tree | 7bf292dc69df4250d57931062557e1939953c230 | |
parent | - Add SHA256 (diff) |
- Unbreak patching
- Use new USE_AUTOTOOLS, add SHA256, delete comment, don't hardcode -lpthread
Pointy hat to: edwin
Notes
Notes:
svn path=/head/; revision=149326
-rw-r--r-- | games/tmw/Makefile | 9 | ||||
-rw-r--r-- | games/tmw/distinfo | 1 | ||||
-rw-r--r-- | games/tmw/files/patch-configure | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 404b17ace092..40b443fd1ef7 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: tmw -# Date created: 12 Oktober 2005 -# Whom: Tobias Gion +# Date created: 12 Oktober 2005 +# Whom: Tobias Gion # # $FreeBSD$ # @@ -10,7 +10,6 @@ PORTVERSION= 0.0.17 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= themanaworld -#DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= freebsd@gionet.de COMMENT= A free open source 2D MMORPG in development @@ -22,11 +21,11 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ guichan.0:${PORTSDIR}/devel/guichan USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image mixer net CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CXXFLAGS="-lpthread" + CXXFLAGS="${PTHREAD_LIBS}" .include <bsd.port.mk> diff --git a/games/tmw/distinfo b/games/tmw/distinfo index 5e821d920c91..fd00c81657e4 100644 --- a/games/tmw/distinfo +++ b/games/tmw/distinfo @@ -1,2 +1,3 @@ MD5 (tmw-0.0.17.tar.gz) = a69aced4c0ccb56440d3e254cc7c028a +SHA256 (tmw-0.0.17.tar.gz) = 6da407321f60fecc1008ac7f717c2bd93dd17edd8065a9c84855f092088a61cd SIZE (tmw-0.0.17.tar.gz) = 1927591 diff --git a/games/tmw/files/patch-configure b/games/tmw/files/patch-configure index a951a45de833..79d693007f87 100644 --- a/games/tmw/files/patch-configure +++ b/games/tmw/files/patch-configure @@ -1,5 +1,5 @@ ---- /work/a/ports/NEW/tmw/work/tmw-0.0.17/configure.orig Sun Oct 2 13:27:45 2005 -+++ /work/a/ports/NEW/tmw/work/tmw-0.0.17/configure Thu Nov 24 00:58:05 2005 +--- configure.orig Sun Oct 2 13:27:45 2005 ++++ configure Thu Nov 24 00:58:05 2005 @@ -6363,7 +6363,7 @@ # Search for sdl-config |