summaryrefslogblamecommitdiff
path: root/print/tr2latex/Makefile
blob: 58f3bf9a72ac8b920145a0ddc1d66cf53b5bf138 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                                   

                                                        
           

 

                        
                     
                                       
                               
                           
 
                                 
 

                                          
                          
 





                                                        
                      
# New ports collection makefile for:	tr2latex
# Date created:         25 Jan 1995
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	tr2latex
PORTVERSION=	2.2
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR=	support
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

IGNOREFILES=	${DISTNAME}${EXTRACT_SUFX}

MAN1=		tr2latex.1

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

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

.include <bsd.port.mk>