1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/latex-mk/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
451 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= latex-mk
PORTVERSION= 2.1
PORTREVISION= 4
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
.include <bsd.port.mk>