summaryrefslogtreecommitdiff
path: root/emulators/kmamerun
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-08-07 19:22:28 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-08-07 19:22:28 +0000
commit13bd957b0e1f81d27deba944ae9a81248fee8ba8 (patch)
treeaa3433227332c235f0d0df5181f497742f7b4234 /emulators/kmamerun
parentUpgrade to 1.5.9 (diff)
1. Update to 1.0.0
2. Change to autoconfig 3. release maintainership
Notes
Notes: svn path=/head/; revision=45932
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 89e49aea1fb4..362083fb210d 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 894c82fe5d3b..011e36ee16cb 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 cd216333575c..68c1961c8dbf 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;