blob: 30a633de9aef168ee8df0481025a5d307517f995 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: musixtex
# Date created: 9 july 1995
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= musixtex
PORTVERSION= T98
CATEGORIES= print
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/
DISTFILES= musixtex-T98.tar.gz musixexa-T90.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/documentation
post-install:
@${LOCALBASE}/bin/texhash
.include <bsd.port.mk>
|