diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-23 18:38:32 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-23 18:38:32 +0000 |
commit | 7315f379b56d5c53cb24c8cbf7be8a45bd7abf93 (patch) | |
tree | 84713a811b86d329b1c62da8b7247a85a8442d90 /emulators/xsystem35/Makefile | |
parent | ca1b52cba8a5d478b1680ff3150158a95ade70ec (diff) |
Notes
Diffstat (limited to 'emulators/xsystem35/Makefile')
-rw-r--r-- | emulators/xsystem35/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index a576f15581d6..77044f1b5dd4 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -3,11 +3,11 @@ # Date created: 24 Oct 1998 # Whom: FUJISHIMA Satsuki # -# $Id: Makefile,v 1.7 1998/12/27 16:12:02 flathill Exp $ +# $Id: Makefile,v 1.8 1999/01/10 18:31:20 steve Exp $ # -DISTNAME= xsystem35-1.0pre1 -PKGNAME= xsystem-3.5-1.0p1 +DISTNAME= xsystem35-1.0 +PKGNAME= xsystem-3.5-1.0 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ @@ -18,36 +18,29 @@ MAINTAINER= k5@respo.or.jp LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 -USE_X_PREFIX= YES +USE_IMAKE= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src DOC_FILES= BUGS ChangeLog FAQ GRFMT.TXT INSTALL README README.midi \ - README.miko THANKS + README.miko THANKS TODO EXAMPLES= README.TXT atlach.inf dalk.inf diabo.inf drstop.inf \ katsumi.inf kichiku.inf miko.inf ningen.inf oudou.inf \ panyo.inf rance1.inf rance2.inf rance3.inf rance4.inf \ toushin.inf toushin2.inf zero.inf -pre-build: -.if !defined(CDROM_NO_TRKIND) - @${ECHO_MSG} "if your CD-ROM drive complains like 'CDIOCPLAYTRACKS: Invalid argument'" - @${ECHO_MSG} "at playing CDDA, try: make CDROM_NO_TRKIND=yes" - @${ECHO_MSG} "this may workaround problem." -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin post-install: strip ${PREFIX}/bin/xsystem35 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/xsystem35 - @(cd ${WRKDIR}/${DISTNAME}/doc;\ + @(cd ${WRKSRC}/../doc;\ ${INSTALL_MAN} ${DOC_FILES} ${PREFIX}/share/doc/ja/xsystem35) ${MKDIR} ${PREFIX}/share/examples/xsystem35 ${INSTALL_DATA} ${WRKSRC}/xsys35rc.sample ${PREFIX}/share/examples/xsystem35 - @(cd ${WRKDIR}/${DISTNAME}/contrib; \ - ${INSTALL_SCRIPT} instgame ${PREFIX}/share/examples/xsystem35; \ + @(cd ${WRKSRC}/../contrib; \ ${INSTALL_DATA} ${EXAMPLES} ${PREFIX}/share/examples/xsystem35) .endif ${CAT} ${PKGDIR}/MESSAGE |