freebsd-ports/print/latex2rtf/Makefile
Joerg Wunsch 50b03b03d9 Upgrade to current version. Unfortunately, the distfile contains a stray
.o file we need to remove first...

Submitted by:	fenner's port survey
2001-03-11 08:16:47 +00:00

24 lines
443 B
Makefile

# 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>