mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
053a6df7db
PR: 148874 Submitted by: maintainer
28 lines
521 B
Makefile
28 lines
521 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: latex-mk
|
|
# Date created: May 22, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= latex-mk
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= misc print
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= kimelto@gmail.com
|
|
COMMENT= A collection of makefile and scripts for LaTeX documents
|
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= BSD
|
|
|
|
INFO= latex-mk
|
|
|
|
.include <bsd.port.mk>
|