a24943a589
Mark packages that don't or might probably not have staged installation.
18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/07 17:17:32 asau Exp $
|
|
#
|
|
# TODO: it doesn't compile nor install documentation yet.
|
|
|
|
DISTNAME= abntex-0.9-beta2
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://codigolivre.org.br/frs/download.php/5337/
|
|
|
|
MAINTAINER= silasdb@gmail.com
|
|
HOMEPAGE= http://abntex.codigolivre.org.br/
|
|
COMMENT= Support for ABNT documentation standards
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
WRKSRC= ${WRKDIR}/abntex-0.9
|
|
|
|
.include "../../print/kpathsea/texmf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|