aboutsummaryrefslogtreecommitdiff
path: root/print/latex-beamer/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-23 12:09:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-23 12:09:22 +0000
commit02ebb7547e55ef1f0f0e4196976bae1318d1ba2e (patch)
treef21f36d2e5de3dff88350edd8cd95c5f2c6f2e12 /print/latex-beamer/Makefile
parentc9e9c8b1c6e7a38bd704102300342fef1c959ae2 (diff)
downloadports-02ebb7547e55ef1f0f0e4196976bae1318d1ba2e.tar.gz
ports-02ebb7547e55ef1f0f0e4196976bae1318d1ba2e.zip
Notes
Diffstat (limited to 'print/latex-beamer/Makefile')
-rw-r--r--print/latex-beamer/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/print/latex-beamer/Makefile b/print/latex-beamer/Makefile
deleted file mode 100644
index 10665d56d429..000000000000
--- a/print/latex-beamer/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= latex-beamer
-PORTVERSION= 3.07
-PORTREVISION= 5
-CATEGORIES= print
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION}
-
-MAINTAINER= hrs@FreeBSD.org
-COMMENT= LaTeX class to create a beamer presentation
-
-OPTIONS_DEFINE= DOCS
-
-RUN_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf
-
-USE_TEX= latex
-NO_BUILD= YES
-
-TEXMFDIR= share/texmf
-TEXMFDIR_LSR= ${LOCALBASE}/${TEXMFDIR}/ls-R
-MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
-CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//}
-
-CLASS_SUBDIRS= base emulation examples extensions themes
-DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO \
- doc solutions
-PORTDOCS= *
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/${CLASSDIR}
- cd ${WRKSRC} ; for d in ${CLASS_SUBDIRS}; do ${PAX} -rw $$d ${STAGEDIR}${PREFIX}/${CLASSDIR} ; done
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} ; for d in ${DOC_SUBDIRS}; do ${PAX} -rw $$d ${STAGEDIR}${DOCSDIR} ; done
-
-.include <bsd.port.mk>