summaryrefslogtreecommitdiff
path: root/japanese/nethack/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename nethack to nethack32 (w/ a repocopy) and define NO_LATEST_LINK, inAkinori MUSHA2002-07-071-60/+0
| | | | | | | preparation for the forthcoming import of nethack34. Notes: svn path=/head/; revision=62569
* - Add a patch to unbreak the port.Akinori MUSHA2002-03-311-2/+2
| | | | | | | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES. Notes: svn path=/head/; revision=57051
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-121-1/+8
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-4/+4
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Add README how to play on X written in japanese.Fix patchesSeiichirou Hiraoka1998-11-221-1/+23
| | | | Notes: svn path=/head/; revision=14763
* Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or laterSeiichirou Hiraoka1998-11-201-3/+1
| | | | Notes: svn path=/head/; revision=14728
* Mark BROKEN for ELF. Lib Sm and LibICEJustin M. Seger1998-10-161-1/+3
| | | | Notes: svn path=/head/; revision=14052
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Upgrade, 1.0.5.4.1 (3.2.1 base) -> 1.0.5.19970924 (3.2.2 base).Masafumi Max NAKANE1997-11-291-5/+5
| | | | Notes: svn path=/head/; revision=8899
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.Masafumi Max NAKANE1997-07-121-3/+2
| | | | Notes: svn path=/head/; revision=7297
* Upgrade, 1.0.5.4 -> 1.0.5.4.1.Masafumi Max NAKANE1996-12-301-4/+4
| | | | Notes: svn path=/head/; revision=5130
* Upgrade, 1.0.5.3-beta-960925 -> 1.0.5.4.Masafumi Max NAKANE1996-12-161-3/+3
| | | | Notes: svn path=/head/; revision=4983
* PATCH_SITES was wrong.Masafumi Max NAKANE1996-11-301-2/+2
| | | | Notes: svn path=/head/; revision=4720
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-9/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1996-11-021-8/+6
| | | | Notes: svn path=/head/; revision=4265
* Upgrade, 1.0.5.2 -> 1.0.5.3-beta-960925.Masafumi Max NAKANE1996-10-051-5/+5
| | | | Notes: svn path=/head/; revision=3917
* Don't forget to compress dlb.6.Satoshi Asami1996-09-211-1/+2
| | | | Notes: svn path=/head/; revision=3827
* Updated Masafumi NAKANE's E-mail address.Masafumi Max NAKANE1996-09-171-2/+2
| | | | Notes: svn path=/head/; revision=3797
* 1.0.5.2.2 (beta) -> 1.0.5.2.Masafumi Max NAKANE1996-09-171-4/+3
| | | | Notes: svn path=/head/; revision=3793
* Upgrade, 1.0.3 -> 1.0.5.2.2. It's beta, but who cares, it's nethack! :)Satoshi Asami1996-08-301-10/+13
| | | | | | | Submitted by: max@sfc.wide.ad.jp Notes: svn path=/head/; revision=3724
* NCFTPFLAGS -> FETCH_BEFORE_ARGSGary Palmer1996-06-261-2/+2
| | | | Notes: svn path=/head/; revision=3288
* Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.Satoshi Asami1995-06-191-4/+4
| | | | | | | patch-ag is now part of the distribution. Notes: svn path=/head/; revision=1842
* Add "NCFTPFLAGS=-NP", seems like they are behind a firewall.Satoshi Asami1995-05-141-1/+2
| | | | Notes: svn path=/head/; revision=1739
* The nethack dungeon slashing game, Japanese version.Satoshi Asami1995-05-141-0/+37
Notes: svn path=/head/; revision=1737