e3a76ce326
to the local texmf tree: doc/generic, tex/context, tex/generic, and tex/plain.
29 lines
603 B
Makefile
29 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/12/05 21:00:12 minskim Exp $
|
|
|
|
DISTNAME= texmf-dirs-1.4
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= # empty
|
|
COMMENT= Local TeX directory structure
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
NO_CHECKSUM= yes
|
|
NO_EXTRACT= yes
|
|
USE_LANGUAGES= # empty
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "dirs.mk"
|
|
|
|
.include "../../mk/tex.buildlink3.mk"
|
|
REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
|
|
.if ${TEX_TYPE} == "teTeX3"
|
|
BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb10
|
|
.endif
|
|
|
|
do-install: # nothing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|