aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-27 03:41:28 +0800
committerkrion <krion@FreeBSD.org>2004-01-27 03:41:28 +0800
commitcc24bd75d79d54a56b3a44eb87974589adbfb9ce (patch)
tree60f736f5a42d6bf23e2a3e35caf3d89823aedb89 /games
parentac9a07b3c211d07b83c91f6fef86715c27e1b6ae (diff)
downloadfreebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.tar.gz
freebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.tar.zst
freebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.zip
- Update to version 0.3.3
PR: ports/61951 Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r--games/easysok/Makefile17
-rw-r--r--games/easysok/distinfo2
-rw-r--r--games/easysok/files/patch-configure11
3 files changed, 6 insertions, 24 deletions
diff --git a/games/easysok/Makefile b/games/easysok/Makefile
index 8b19ff85403a..047ab8997cb2 100644
--- a/games/easysok/Makefile
+++ b/games/easysok/Makefile
@@ -5,25 +5,18 @@
# $FreeBSD$
PORTNAME= easysok
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.3
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Easysok is a sokoban game for KDE3
+COMMENT= A sokoban game for KDE3
USE_KDELIBS_VER= 3
USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-pre-configure:
- ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
diff --git a/games/easysok/distinfo b/games/easysok/distinfo
index f4fa97c131f9..8ecfc180446b 100644
--- a/games/easysok/distinfo
+++ b/games/easysok/distinfo
@@ -1 +1 @@
-MD5 (easysok-0.3.2.tar.gz) = fd9cac7895c825212fd7786b5737eccf
+MD5 (easysok-0.3.3.tar.gz) = 64c11122737bf8384ead5c070d27ee2a
diff --git a/games/easysok/files/patch-configure b/games/easysok/files/patch-configure
deleted file mode 100644
index 307630e1b5f5..000000000000
--- a/games/easysok/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jun 4 22:07:15 2003
-+++ configure Wed Jun 4 22:07:55 2003
-@@ -24915,7 +24915,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lmng $LIBS"
-+LIBS="-lmngdead $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */