aboutsummaryrefslogtreecommitdiff
path: root/games/easysok
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-26 19:41:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-26 19:41:28 +0000
commit5e45d6fbe2aeb9e2276ee380774250c3949dd6b5 (patch)
tree53be875dee0793240bc7a88bafc424d1f78ce149 /games/easysok
parenta62e71dad19b700762cc1c6dbea4a06d401b68b2 (diff)
downloadports-5e45d6fbe2aeb9e2276ee380774250c3949dd6b5.tar.gz
ports-5e45d6fbe2aeb9e2276ee380774250c3949dd6b5.zip
Notes
Diffstat (limited to 'games/easysok')
-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. */