blob: 59438f8e1f362711dd6885bea7971d12235c3c13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: musixtex
# Version required: ?
# Date created: 9 july 1995
# Whom: jmz
#
# $Id: Makefile,v 1.1.1.1 1995/07/15 23:13:58 jmz Exp $
#
PKGNAME= musixtex-3.96
DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz
CATEGORIES+= printing
MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/
NO_WRKSUBDIR= yes
MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
.include <bsd.port.mk>
|