aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex2rtf/Makefile
blob: 728cd1c48bc0092aea32d068772a66791016311d (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
# New ports collection makefile for:    latex2rtf
# Date created:         14 Dec 1999
# Whom:                 Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   latex2rtf
PORTVERSION=    1.8aa
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/latex2rtf

MAINTAINER= joerg@FreeBSD.org

IGNOREFILES=    ${DISTNAME}${EXTRACT_SUFX}

MAN1=       latex2rtf.1

do-configure:
        rm -f ${WRKSRC}/*.o

.include <bsd.port.mk>