aboutsummaryrefslogtreecommitdiffstats
path: root/print/abntex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/abntex/Makefile')
-rw-r--r--print/abntex/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/print/abntex/Makefile b/print/abntex/Makefile
deleted file mode 100644
index df21a0c306fa..000000000000
--- a/print/abntex/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Hammurabi Mendes <hmendes@brturbo.com>
-# $FreeBSD$
-
-PORTNAME= abntex
-PORTVERSION= 0.8.2
-PORTREVISION= 3
-CATEGORIES= print
-MASTER_SITES= http://codigolivre.org.br/frs/download.php/2654/
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Both classes and styles for both LaTex and bibtex for ABNT rules
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-USE_TEX= latex
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-
-NO_BUILD= yes
-
-NO_STAGE= yes
-do-install:
-# install files
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/geratss ${PREFIX}/bin
-.for dir in bibtex/bib bibtex/bst doc/bibtex doc/latex makeindex tex/latex
- @${MKDIR} ${PREFIX}/share/texmf/${dir}
- ${TAR} -C ${WRKSRC}/texmf/${dir} --exclude ".*" --exclude "*~" \
- -cf - abntex | ${TAR} -C ${PREFIX}/share/texmf/${dir} -xf -
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/texmf/${dir}
-.endfor
-# inform tex about installation
- @${LOCALBASE}/bin/texhash
-
-.include <bsd.port.mk>