View | Details | Raw Unified | Return to bug 61951
Collapse All | Expand All

(-)games/easysok/Makefile (-12 / +5 lines)
Lines 5-29 Link Here
5
# $FreeBSD: ports/games/easysok/Makefile,v 1.5 2004/01/07 20:13:38 krion Exp $
5
# $FreeBSD: ports/games/easysok/Makefile,v 1.5 2004/01/07 20:13:38 krion Exp $
6
6
7
PORTNAME=	easysok
7
PORTNAME=	easysok
8
PORTVERSION=	0.3.2
8
PORTVERSION=	0.3.3
9
CATEGORIES=	games kde
9
CATEGORIES=	games kde
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Easysok is a sokoban game for KDE3
14
COMMENT=	A sokoban game for KDE3
15
15
16
USE_KDELIBS_VER=	3
16
USE_KDELIBS_VER=	3
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_LIBTOOL=	yes
19
USE_REINPLACE=	yes
20
INSTALLS_SHLIB=	yes
21
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=
23
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
25
19
26
pre-configure:
20
.include <bsd.port.pre.mk>
27
	${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
21
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
28
22
.include <bsd.port.post.mk>
29
.include <bsd.port.mk>
(-)games/easysok/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (easysok-0.3.2.tar.gz) = fd9cac7895c825212fd7786b5737eccf
1
MD5 (easysok-0.3.3.tar.gz) = 64c11122737bf8384ead5c070d27ee2a
(-)games/easysok/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Wed Jun  4 22:07:15 2003
2
+++ configure	Wed Jun  4 22:07:55 2003
3
@@ -24915,7 +24915,7 @@
4
   echo $ECHO_N "(cached) $ECHO_C" >&6
5
 else
6
   ac_check_lib_save_LIBS=$LIBS
7
-LIBS="-lmng  $LIBS"
8
+LIBS="-lmngdead  $LIBS"
9
 cat >conftest.$ac_ext <<_ACEOF
10
 #line $LINENO "configure"
11
 /* confdefs.h.  */

Return to bug 61951