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
Martin Wilke 0a47453c43 - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:16:06 +00:00

26 lines
493 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= latex-mk
PORTVERSION= 2.1
PORTREVISION= 3
CATEGORIES= misc print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= A collection of makefile and scripts for LaTeX documents
BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
USE_TEX= latex
USES= gmake
GNU_CONFIGURE= yes
LICENSE= BSD
INFO= latex-mk
NO_STAGE= yes
.include <bsd.port.mk>