a8193a3ea7
LaTeX package which defines the boxedminipage environment---like minipage, but with a frame around it.
13 lines
335 B
Makefile
13 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:41:32 minskim Exp $
|
|
# TeX Live Revision 17087
|
|
|
|
DISTNAME= boxedminipage
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package for producing framed minipages
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|