# New ports collection makefile for: today # Version required: 2.10b # Date created: 24 June 1996 # Whom: ABURAYER Rewsirow # # $Id: Makefile,v 1.2 1996/11/18 11:30:48 asami Exp $ # DISTNAME= td210bs PKGNAME= jp-today-2.10b CATEGORIES= japanese games MASTER_SITES= ftp://ftp.waseda.ac.jp/pub/archive/fj.binaries.msdos/ DISTFILES= td210bs.lzh td210bm.lzh MAINTAINER= pcs51674@asciinet.or.jp BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha EXTRACT_SUFX= .lzh EXTRACT_BEFORE_ARGS= xfw=${WRKDIR} NO_WRKSUBDIR= yes PATCH_STRIP= -p1 post-extract: @echo "===> Extracting tbl file for ${DISTNAME}" @(cd ${WRKDIR}; lha xf tbl.lzh ) @echo "===> Renaming file for ${DISTNAME}" @(cd ${WRKDIR}; \ mv rdcalend.c rdcalendar.c ; \ mv rdcalend.h rdcalendar.h ) @echo "===> Converting Kanji code for ${DISTNAME}" @(cd ${WRKDIR}; \ for i in *.c *.h *.doc *.cnf birthday.tbl event*.tbl flower.tbl \ gengo.tbl hist??.tbl history.tbl holiday.tbl magazin.tbl \ monthly.tbl week.tbl; \ do \ echo $$i ; \ sed 's/.$$//' $$i | nkf -e > $$i.tmp ;\ mv -f $$i.tmp $$i ; \ done) pre-patch: @echo "===> Installing custom Makefile for ${DISTNAME}" @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) .include ' value='68ba478c9cf6605b3e260ec9b6f3dad2353b3cd3'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5ohauer2011-07-031-2/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Resetting maintainer due to no response to email about commit bit status.linimon2006-08-111-1/+1
| | | | | | We hope to see him back again sometime. Hat: portmgr
* SHA256ifyedwin2006-01-231-0/+2
| | | | Approved by: krion@
* [patch]: Unregistered conflict between multimedia/dvts and multimedia/gdvrecvedwin2005-11-221-0/+2
| | | | | | | | | | | | | Both multimedia/gdvrecv and multimedia/dvts provides executable bin/dvrecv with non-compatible uses and syntax. The last installed will overwrite the other. Further, gdvrecv installs no man-pages, so installing first dvts then gdvrecv will cause incorrect manual page to appear. PR: ports/85979 Submitted by: Erik Norgaard <norgaard@locolomo.org> Approved by: maintainer timeout
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Previous fix was incomplete.simokawa2005-07-131-1/+1
|
* Fix comment.simokawa2005-07-131-1/+1
| | | | Submitted by: christopher.a.johnson@gmail.com
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* Update for new device name (/dev/fw?.?).simokawa2003-08-182-3/+3
|
* Back out to fix adhoc dependency for perl with autoconf.nork2003-06-091-2/+0
| | | | Approved by: simokawa
* Ad-hoc fix for autoconf breakage before 5.1 freeze.simokawa2003-05-221-1/+2
| | | | | | | Autoconf-2.53 requires some perl scripts to run but its Makefile doesn't have USE_PERL5_RUN. Feel free to remove USE_PERL5_BUILD once the autoconf problem is fixed.
* Upgrade to dvts-patch-20030512.simokawa2003-05-122-3/+3
|
* Update to dvts-patch-20030511.simokawa2003-05-112-2/+3
|