aboutsummaryrefslogtreecommitdiffstats
path: root/print/tr2latex/Makefile
blob: 5a75410f1b2cd4587df38e150422077127d647ec (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
# New ports collection makefile for:    tr2latex
# Version required:     2.2
# Date created:         25 Jan 1995
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $Id: Makefile,v 1.7 1997/08/26 07:12:19 tg Exp $
#

DISTNAME=   tr2latex
PKGNAME=    tr2latex-2.2
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/

MAINTAINER= tg@FreeBSD.org

MAN1=       tr2latex.1

post-extract:
    ${CP} ${WRKSRC}/Makefile.unix ${WRKSRC}/Makefile

pre-install:
    ${MKDIR} ${PREFIX}/share/texmf/tex/latex/misc

.include <bsd.port.mk>