# New ports collection makefile for: easysok # Date created: 15 May 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ PORTNAME= easysok PORTVERSION= 0.3.3 PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A sokoban game for KDE3 USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include