summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-04-05 16:33:48 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-04-05 16:33:48 +0000
commita8d1b396d44b9946ae14e01190422b6d909cb4d0 (patch)
treec1092c7221d465234401734874898aa15d76ccc9 /emulators
parentXIM does not work very well. So X_I18N_INHIBITED is set. (diff)
update to version 1.0.5:
newly depends on gtk12 instead of gtk11. remove 'strip' from Makefile because INSTALL_PROGRAM does it. PR: ports/10962 Submitted by: k5@respo.or.jp
Notes
Notes: svn path=/head/; revision=17646
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xsystem35/Makefile12
-rw-r--r--emulators/xsystem35/distinfo2
-rw-r--r--emulators/xsystem35/files/patch-af4
3 files changed, 7 insertions, 11 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index b8accc57fa42..0d60f1d37996 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -3,20 +3,17 @@
# Date created: 24 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.12 1999/02/12 15:41:02 flathill Exp $
+# $Id: Makefile,v 1.13 1999/02/12 17:26:06 flathill Exp $
#
-DISTNAME= xsystem35-1.0.2
-PKGNAME= xsystem-3.5-1.0.2
+DISTNAME= xsystem35-1.0.5
+PKGNAME= xsystem-3.5-1.0.5
CATEGORIES= emulators
MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/
-#PATCH_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/
-#PATCHFILES= patch-19981123.diff.gz
-
MAINTAINER= k5@respo.or.jp
-LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+LIB_DEPENDS+= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_IMAKE= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -33,7 +30,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin
post-install:
- strip ${PREFIX}/bin/xsystem35
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja/xsystem35
@(cd ${WRKSRC}/../doc;\
diff --git a/emulators/xsystem35/distinfo b/emulators/xsystem35/distinfo
index b2178d065dca..a4b2ee8b1985 100644
--- a/emulators/xsystem35/distinfo
+++ b/emulators/xsystem35/distinfo
@@ -1 +1 @@
-MD5 (xsystem35-1.0.2.tar.gz) = 28dd0b169a71d0cf7f9aa46007d2fbbf
+MD5 (xsystem35-1.0.5.tar.gz) = f632985dd5c6710be6970184de10a50c
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af
index 51e148112822..8c7f00f8ea49 100644
--- a/emulators/xsystem35/files/patch-af
+++ b/emulators/xsystem35/files/patch-af
@@ -5,10 +5,10 @@
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
-+SYS_LIBRARIES = -lm `gtk11-config --libs`
++SYS_LIBRARIES = -lm `gtk12-config --libs`
EXTRA_LIBRARIES = $(OSDEPLIB)
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
-+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC)
++EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)
/*