diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-05 16:33:48 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-05 16:33:48 +0000 |
commit | a8d1b396d44b9946ae14e01190422b6d909cb4d0 (patch) | |
tree | c1092c7221d465234401734874898aa15d76ccc9 /emulators/xsystem35/Makefile | |
parent | XIM 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/xsystem35/Makefile')
-rw-r--r-- | emulators/xsystem35/Makefile | 12 |
1 files changed, 4 insertions, 8 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;\ |