mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
34 lines
817 B
Makefile
34 lines
817 B
Makefile
# Created by: Volker Stolz <vs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gastex
|
|
PORTVERSION= 2.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.lsv.ens-cachan.fr/~gastin/gastex/
|
|
DISTFILES= gastex.sty gastex.pro ex-gastex.tex
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_ONLY= #
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphs and Automata Simplified in TeX
|
|
|
|
USE_TEX= latex
|
|
NO_BUILD= yes
|
|
|
|
TEXMFDIR?= share/texmf
|
|
GASTEXDIR= ${PREFIX}/${TEXMFDIR}/tex/latex/gastex
|
|
GASDVIDIR= ${PREFIX}/${TEXMFDIR}/dvips/gastex
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
@${MKDIR} ${GASTEXDIR}
|
|
@${MKDIR} ${GASDVIDIR}
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${_DISTDIR}/gastex.sty ${GASTEXDIR}
|
|
${INSTALL_DATA} ${_DISTDIR}/gastex.pro ${GASDVIDIR}
|
|
${INSTALL_DATA} ${_DISTDIR}/ex-gastex.tex ${EXAMPLESDIR}
|
|
mktexlsr
|
|
|
|
.include <bsd.port.mk>
|