# New ports collection makefile for: platex-japanese # Date created: 2007-11-19 # Whom: Koji Yokota # # $FreeBSD$ # PORTNAME= japanese PORTVERSION= 1.3 PORTREVISION= 4 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= language/japanese PKGNAMEPREFIX= platex- DISTNAME= ${PORTNAME} DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp COMMENT= pLaTeX package that literally provides japanese option to babel BUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \ ptex:${PORTSDIR}/japanese/ptex \ iconv:${PORTSDIR}/converters/libiconv USE_ZIP= yes TEXMFDIR= share/texmf STYDIR= tex/generic/babel DOCSDIR= doc/generic/babel/${PORTNAME} INSFILE= ${PORTNAME}.ins DTXFILE= ${PORTNAME}.dtx LDFFILE= ${PORTNAME}.ldf SAMPLEFILE= sample.tex PDFFILE= sample.pdf TEXTFILE= README ENCODING?= EUC-JP ICONV= ${LOCALBASE}/bin/iconv MKTEXLSR= ${LOCALBASE}/bin/mktexlsr .SILENT:: pre-configure: @${ECHO_MSG} @${ECHO_MSG} Using ${ENCODING} to set locale of installing files. @${ECHO_MSG} To change it, set the $$\{ENCODING\} variable to a desirable iconv\'s locale. @${ECHO_MSG} See \'iconv -l\' for available values. @${ECHO_MSG} post-configure: ( cd ${WRKSRC} && ${MV} ${INSFILE} ${INSFILE:S/$/.orig/} && \ ${SED} -e 's/\(sample\.tex\)/j\1/g' ${INSFILE:S/$/.orig/} \ > ${INSFILE} && \ ${MV} ${DTXFILE} ${DTXFILE}.orig && \ ${ICONV} -f ISO-2022-JP -t ${ENCODING} ${DTXFILE}.orig > ${DTXFILE} ) do-build: ( cd ${WRKSRC} && platex ${INSFILE} && \ ${MV} j${SAMPLEFILE} ${SAMPLEFILE}) do-install: ( cd ${WRKSRC} && \ ${MKDIR} ${PREFIX}/${TEXMFDIR}/${STYDIR} && \ ${CP} -pv ${LDFFILE} ${PREFIX}/${TEXMFDIR}/${STYDIR} ) .if !defined(NOPORTDOCS) ( cd ${WRKSRC} && \ ${MKDIR} ${PREFIX}/${TEXMFDIR}/${DOCSDIR} && \ for _FILE in ${PDFFILE} ${TEXTFILE} ${SAMPLEFILE} ; do \ ${CP} -pv $${_FILE} ${PREFIX}/${TEXMFDIR}/${DOCSDIR} ; done ) .endif post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} .include FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-2/+2
* Fixed plist entries for audio/openal and audio/openal-soft (if audio/freealut...mva2009-05-051-1/+1
* - Fix segfault under certain conditionsamdmi32009-04-082-1/+12
* - Oops, depend on nasm correctlyamdmi32009-03-171-1/+1
* - Improve previous fix:amdmi32009-03-173-2/+30
* - Don't detect nasm, as it will lead to broken openal library builtamdmi32009-03-161-0/+2
* Added CONFLICTS with audio/openal-soft. They install the same includes.mva2009-03-101-0/+2
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
* - Bump PORTREVISIONmiwi2007-07-151-1/+1
* - Fix build with gcc 4.2miwi2007-07-151-0/+20
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1
* Allow the user to customize the audio buffer size.jylefort2006-08-163-33/+56
* - Fix build when CPUTYPE is set and nasm is installedrafan2006-07-061-1/+1
* Fails to compile on ia64. Notified maintainer.linimon2006-07-021-0/+3
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* add pthread stuff to openal.pc's Libs and Cflagsoliver2006-04-261-2/+4
* fix oss supportoliver2006-04-242-0/+57
* fix openal.pcoliver2006-04-241-0/+2
* fix build on amd64oliver2006-04-241-0/+3
* update to openal 20060211 [1]oliver2006-04-236-78/+41
* SHA256ifyedwin2006-01-221-0/+1
* - Fix OSS support:jylefort2005-11-242-5/+107
* Fix MASTER_SITES.novel2005-08-281-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Update to 20050401pav2005-04-102-3/+3
* - Update to 20050202pav2005-02-103-6/+7
* - Update to 20040816pav2004-08-172-3/+3
* Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1
* Reset bouncing maintainer address:kris2004-05-161-1/+1
* - Update to version 20040215krion2004-02-153-4/+4
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Update to version 20031116krion2003-11-172-2/+3
* portlint (whitespace cleanup)kris2003-10-271-1/+1
* pthread fix for audio/openal on -currentedwin2003-10-041-0/+4
* Utilize INFO.kris2003-08-162-4/+3
* update audio/openal: 20030524 -> 20030724daichi2003-07-272-3/+3
* Update to 20030524erwin2003-06-072-5/+4
* Port installs a shared lib.edwin2003-03-311-0/+1
* De-pkg-comment.knu2003-02-212-1/+1
* Update to 20030125.petef2003-01-302-3/+3
* Update to 20021215fbsd.petef2003-01-032-5/+6
* http://smluc.org/~erik/ doesn't contain distribution files anymore.edwin2002-12-261-1/+0
* Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-2/+1
* Update to 20020712: numerous improvements and bugfixes.naddy2002-07-212-2/+2
* Update to latest versiondwcjr2002-04-015-147/+10