17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/01/16 14:44:40 jasper Exp $
|
|
|
|
COMMENT= "parse, analyze and manipulate LaTeX documents"
|
|
|
|
DISTNAME= LaTeX-TOM-0.5
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|