50b03b03d9
.o file we need to remove first... Submitted by: fenner's port survey
24 lines
443 B
Makefile
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>
|