mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4b6adb56f6
- Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
26 lines
545 B
Makefile
26 lines
545 B
Makefile
# 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.8 1998/01/06 08:53:12 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>
|