diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 20:41:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 20:41:30 +0000 |
commit | b7c25d5edd190b7c8e7bcd443c747c6cfcd17ea8 (patch) | |
tree | 3075a45bb1f4627289b702c6f7fa1eca5b95cdf9 /emulators/kmamerun | |
parent | Don't compile/install useless statically linked versions of shared objects. (diff) |
fix this totally broken port.
PR: 34177
maintainer Kyle Martin (patch not used)
Notes
Notes:
svn path=/head/; revision=53601
Diffstat (limited to 'emulators/kmamerun')
-rw-r--r-- | emulators/kmamerun/Makefile | 4 | ||||
-rw-r--r-- | emulators/kmamerun/files/patch-aa | 11 | ||||
-rw-r--r-- | emulators/kmamerun/pkg-plist | 18 |
3 files changed, 14 insertions, 19 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile index 362083fb210d..edd3dc412fde 100644 --- a/emulators/kmamerun/Makefile +++ b/emulators/kmamerun/Makefile @@ -15,6 +15,8 @@ MAINTAINER= ports@freebsd.org RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame USE_KDELIBS_VER=1 -USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/emulators/kmamerun/files/patch-aa b/emulators/kmamerun/files/patch-aa deleted file mode 100644 index 68c1961c8dbf..000000000000 --- a/emulators/kmamerun/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; diff --git a/emulators/kmamerun/pkg-plist b/emulators/kmamerun/pkg-plist index 4358d10f7b68..2268731c544c 100644 --- a/emulators/kmamerun/pkg-plist +++ b/emulators/kmamerun/pkg-plist @@ -1,15 +1,19 @@ bin/kmamerun -share/doc/HTML/en/kmamerun/index.nif -share/doc/HTML/en/kmamerun/index.html +share/applnk/Applications/kmamerun.kdelnk +share/apps/kmamerun/toolbar/game_exists.xpm +share/apps/kmamerun/toolbar/game_noroms.xpm +share/apps/kmamerun/toolbar/game_wrongroms.xpm +share/apps/kmamerun/toolbar/preferences.xpm +share/apps/kmamerun/toolbar/rungame.xpm share/doc/HTML/en/kmamerun/index-1.html share/doc/HTML/en/kmamerun/index-2.html share/doc/HTML/en/kmamerun/index-3.html share/doc/HTML/en/kmamerun/index-4.html share/doc/HTML/en/kmamerun/index-5.html -share/doc/HTML/en/kmamerun/index.sgml -share/doc/HTML/en/kmamerun/logotp3.gif -share/applnk/Utilities/kmamerun.kdelnk +share/doc/HTML/en/kmamerun/index-6.html +share/doc/HTML/en/kmamerun/index.html share/icons/kmamerun.xpm -share/locale/de/LC_MESSAGES/kmamerun.mo -share/locale/it/LC_MESSAGES/kmamerun.mo +share/icons/mini/kmamerun.xpm @dirrm share/doc/HTML/en/kmamerun +@dirrm share/apps/kmamerun/toolbar +@dirrm share/apps/kmamerun |