1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/japanese/latex-jlisting/Makefile
Alexandre C. Guimarães d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00

28 lines
644 B
Makefile

# $FreeBSD$
PORTNAME= jlisting
PORTVERSION= 0.2
CATEGORIES= japanese print
MASTER_SITES= OSDN/mytexpert
PKGNAMEPREFIX= latex-
DISTFILES= jlisting.sty.bz2
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= Support for Japanese text within lstlisting environment
NO_BUILD= yes
USE_TEX= latex texhash
JLDIR= ${TEXMFLOCALDIR}/tex/latex/jlisting
PLIST_FILES= ${JLDIR}/jlisting.sty
do-extract:
@${MKDIR} ${WRKSRC}
(cd ${DISTDIR}/${DIST_SUBDIR} && ${BZCAT} ${DISTFILES} \
> ${WRKSRC}/jlisting.sty)
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${JLDIR}
${INSTALL_DATA} ${WRKSRC}/jlisting.sty ${STAGEDIR}${PREFIX}/${JLDIR}
.include <bsd.port.mk>