aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/kmamerun
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2001-08-08 03:22:28 +0800
committernsayer <nsayer@FreeBSD.org>2001-08-08 03:22:28 +0800
commit23b922630398e515b2eec49a12eaa91dad699724 (patch)
tree396cbc121f5b3affe75993e7a5a5efb47894236e /emulators/kmamerun
parent74d9c8c734a5f991f810daa520dd47fbb6cb7caa (diff)
downloadfreebsd-ports-graphics-23b922630398e515b2eec49a12eaa91dad699724.tar.gz
freebsd-ports-graphics-23b922630398e515b2eec49a12eaa91dad699724.tar.zst
freebsd-ports-graphics-23b922630398e515b2eec49a12eaa91dad699724.zip
1. Update to 1.0.0
2. Change to autoconfig 3. release maintainership
Diffstat (limited to 'emulators/kmamerun')
-rw-r--r--emulators/kmamerun/Makefile9
-rw-r--r--emulators/kmamerun/distinfo2
-rw-r--r--emulators/kmamerun/files/patch-aa29
3 files changed, 15 insertions, 25 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
index 89e49aea1fb..362083fb210 100644
--- a/emulators/kmamerun/Makefile
+++ b/emulators/kmamerun/Makefile
@@ -6,18 +6,15 @@
#
PORTNAME= kmamerun
-PORTVERSION= 0.3.0.1
+PORTVERSION= 1.0.0
CATEGORIES= emulators kde
MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
-DISTNAME= kmamerun-0.3.0pre1
-MAINTAINER= nsayer@freebsd.org
+MAINTAINER= ports@freebsd.org
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
- INSTALL_SCRIPT="install -c -m 555"
+USE_AUTOCONF= yes
.include <bsd.port.mk>
diff --git a/emulators/kmamerun/distinfo b/emulators/kmamerun/distinfo
index 894c82fe5d3..011e36ee16c 100644
--- a/emulators/kmamerun/distinfo
+++ b/emulators/kmamerun/distinfo
@@ -1 +1 @@
-MD5 (kmamerun-0.3.0pre1.tar.gz) = 086dd36e5df0d4cf5a041c7faeb6698a
+MD5 (kmamerun-1.0.0.tar.gz) = cf777172a4b00ba58561e33b610bb3cc
diff --git a/emulators/kmamerun/files/patch-aa b/emulators/kmamerun/files/patch-aa
index cd216333575..68c1961c8db 100644
--- a/emulators/kmamerun/files/patch-aa
+++ b/emulators/kmamerun/files/patch-aa
@@ -1,18 +1,11 @@
---- configure.orig Tue Aug 17 23:39:05 1999
-+++ configure Tue Feb 15 01:38:49 2000
-@@ -4164,6 +4164,7 @@
- echo "$ac_t""no" 1>&6
- fi
-
-+if false; then
- echo $ac_n "checking for giflib""... $ac_c" 1>&6
- echo "configure:4169: checking for giflib" >&5
- if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then
-@@ -4210,6 +4211,7 @@
-
- else
- { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; }
-+fi
- fi
- echo $ac_n "checking for jpeglib""... $ac_c" 1>&6
- echo "configure:4216: checking for jpeglib" >&5
+--- aclocal.m4.orig Tue Aug 7 12:18:22 2001
++++ aclocal.m4 Tue Aug 7 12:19:12 2001
+@@ -1069,7 +1069,7 @@
+ [AC_MSG_CHECKING([for jpeglib])
+ AC_CACHE_VAL(ac_cv_lib_jpeg,
+ [ac_save_LIBS="$LIBS"
+-LIBS="$all_libraries -ljpeg -lm"
++LIBS="$all_libraries -L/usr/local/lib -ljpeg -lm"
+ AC_TRY_LINK(
+ [/* Override any gcc2 internal prototype to avoid an error. */
+ struct jpeg_decompress_struct;