freebsd-ports/misc/latex-mk/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

27 lines
525 B
Makefile

# ex:ts=8
# Ports collection makefile for: latex-mk
# Date created: May 22, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= latex-mk
PORTVERSION= 1.9.1
PORTREVISION= 1
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
INFO= latex-mk
.include <bsd.port.mk>