mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
405 B
Makefile
21 lines
405 B
Makefile
# New ports collection makefile for: latex2rtf
|
|
# Date created: 14 Dec 1999
|
|
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= latex2rtf
|
|
PORTVERSION= 1.8a
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
|
MASTER_SITE_SUBDIR= support/latex2rtf
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAN1= latex2rtf.1
|
|
|
|
.include <bsd.port.mk>
|