1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/misc/latex-mk/Makefile
Po-Chuan Hsieh cf7f062f38
misc/latex-mk: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-07-25 04:24:27 +08:00

26 lines
453 B
Makefile

# Created by: ijliao
PORTNAME= latex-mk
PORTVERSION= 2.1
PORTREVISION= 5
CATEGORIES= misc print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Collection of makefile and scripts for LaTeX documents
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= texi2dvi:print/texinfo
USE_TEX= latex
USES= gmake
GNU_CONFIGURE= yes
INFO= latex-mk
NO_ARCH= yes
.include <bsd.port.mk>