2003-05-22 08:27:33 +02:00
|
|
|
# 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
|
2005-10-18 15:07:17 +02:00
|
|
|
CATEGORIES= misc print
|
2004-04-13 09:06:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
2003-05-22 08:27:33 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2006-06-14 16:44:08 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2003-05-22 08:27:33 +02:00
|
|
|
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
|
2003-05-22 08:27:33 +02:00
|
|
|
|
2005-01-16 11:21:41 +01:00
|
|
|
USE_GMAKE= yes
|
2003-05-22 08:27:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-01-16 11:21:41 +01:00
|
|
|
|
|
|
|
INFO= latex-mk
|
2003-05-22 08:27:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|