e1446b6d32
if the porter can check these things.
28 lines
698 B
Makefile
28 lines
698 B
Makefile
# New ports collection makefile for: musixtex
|
|
# Version required: T64
|
|
# Date created: 9 july 1995
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.7 1997/02/18 16:57:24 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= musixtex-T64
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/
|
|
DISTFILES= musixtex-T64.tar.gz musixexa-T64.tar.gz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/texmf/fonts/tfm
|
|
${MKDIR} ${PREFIX}/share/texmf/documentation
|
|
${MKDIR} ${PREFIX}/share/texmf/mf
|
|
${MKDIR} ${PREFIX}/share/texmf/ini
|
|
|
|
.include <bsd.port.mk>
|