# New ports collection makefile for: print/latex-aa # Date created: 13 November 2007 # Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) # # $FreeBSD$ # PORTNAME= latex-aa PORTVERSION= 6.1 PORTREVISION= 3 CATEGORIES= print astro science MASTER_SITES= ftp://ftp.edpsciences.org/pub/aa/ DISTNAME= aa-package DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp COMMENT= LaTeX class for submission to "Astronomy and Astrophysics" BUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \ latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex NO_BUILD= yes NO_WRKSUBDIR= yes USE_GHOSTSCRIPT_BUILD= yes TEXMFDIR= share/texmf AADIR= tex/latex/aa AABIBDIR= bibtex/bst/aa AADOCSDIR= doc/latex/aa DOCFILES= aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt MKTEXLSR= ${LOCALBASE}/bin/mktexlsr pre-install: ( cd ${WRKSRC}/${DISTNAME} && \ latex aa.dem && latex aa.dem && dvips aa.dvi && ps2pdf aa.ps ) do-install: ( cd ${WRKSRC}/${DISTNAME} && \ ${COPYTREE_SHARE} "aa.cls" ${PREFIX}/${TEXMFDIR}/${AADIR} ) ( cd ${WRKSRC}/${DISTNAME}/bibtex/ && \ ${COPYTREE_SHARE} "aa.bst" ${PREFIX}/${TEXMFDIR}/${AABIBDIR} ) .if !defined(NOPORTDOCS) ( cd ${WRKSRC}/${DISTNAME} && \ ${COPYTREE_SHARE} "${DOCFILES}" ${PREFIX}/${TEXMFDIR}/${AADOCSDIR} ) .endif post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} .include 872c76af8d5b28228b8d3c243f63ae699bb3'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
* Convert to USES=jpegantoine2015-06-231-3/+2
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
* Bump portrevision after png updatebapt2014-12-261-1/+1
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
* Cleanup plistantoine2014-11-221-1/+0
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
* net/libvncserver: fix compile warningmarino2014-07-272-2/+13
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-1/+1
* - Add USES=libtool and INSTALL_TARGET=install-striptijl2014-07-10