diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 16:06:41 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 16:06:41 +0000 |
commit | e33d42ecfe70a3d2bebcc3fb8607e92a14be2e4f (patch) | |
tree | 6c952e9bce02b76ad27df0e5801023b2b6fb596c /emulators/xsystem35/Makefile | |
parent | Upgrade to 0.3.1. (diff) |
Upgrade to xsystem-3.5-19981114.
Notes
Notes:
svn path=/head/; revision=14685
Diffstat (limited to 'emulators/xsystem35/Makefile')
-rw-r--r-- | emulators/xsystem35/Makefile | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 3f271789ab94..41883b6553cf 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -1,27 +1,32 @@ # ports collection makefile for: AliceSoft System 3.5 on X # Version required: BETA -# Date created: 12 Nov 1998 +# Date created: 24 Oct 1998 # Whom: Seiichirou Hiraoka # # $Id$ # -DISTNAME= xsystem35-BETA-19981024 -PKGNAME= xsystem-3.5-19981024 +DISTNAME= xsystem35-BETA-19981114 +PKGNAME= xsystem-3.5-19981114 CATEGORIES= emulators MASTER_SITES= http://ryo1207.aist-nara.ac.jp/unitbase/xsys35/down/ -MAINTAINER= flathill@flathill.gr.jp +MAINTAINER= flathill@FreeBSD.ORG -BUILD_DEPENDS= ${X11BASE}/lib/libgtk.a:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src +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_DATA} ${WRKSRC}/XSystem35.ad ${PREFIX}/lib/X11/app-defaults - ${MV} ${PREFIX}/lib/X11/app-defaults/XSystem35.ad ${PREFIX}/lib/X11/app-defaults/XSystem35 post-install: strip ${PREFIX}/bin/xsystem35 @@ -32,12 +37,13 @@ post-install: ${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; \ ${INSTALL_DATA} README.TXT atlach.inf diabo.inf katsumi.inf kichiku.inf miko.inf ningen.inf oudou.inf panyo.inf rance4.inf toushin2.inf zero.inf \ ${PREFIX}/share/examples/xsystem35; \ ) - ${CAT} ${PKGDIR}/MESSAGE .endif + ${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |