19 lines
343 B
Makefile
19 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/09/08 00:07:40 jasper Exp $
|
|
|
|
COMMENT= parse, analyze and manipulate LaTeX documents
|
|
|
|
DISTNAME= LaTeX-TOM-0.9
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|