freebsd-ports/misc/latex-mk/Makefile

28 lines
586 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: latex-mk
# Date created: May 22, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= latex-mk
2006-10-08 15:00:08 +02:00
PORTVERSION= 1.8
CATEGORIES= misc print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= miwi@FreeBSD.org
COMMENT= A collection of makefile and scripts for LaTeX documents
2003-06-01 06:40:33 +02:00
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INFO= latex-mk
.include <bsd.port.mk>