# New ports collection makefile for: latex-bibtopic # Date created: 24 Jan 2004 # Whom: hrs@FreeBSD.org # # $FreeBSD$ PORTNAME= latex-bibtopic PORTVERSION= 1.2.20030228 PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/bibtopic DISTFILES= ${DOC_FILES} bibtopic.dtx bibtopic.ins DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package allows several bibliographies in a document BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal PLIST= ${WRKDIR}/pkg-plist TEXMFLOCAL= share/texmf-local TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr TEX_BIN= ${LOCALBASE}/bin/latex CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} CLASS_FILES= bibtopic.sty bibtopic.ins bibtopic.dtx DOC_FILES= README bibtopic.pdf IGNORE= is already included in the teTeX distribution do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} do-build: cd ${WRKSRC} && ${TEX_BIN} bibtopic.ins (for F in ${CLASS_FILES}; do \ ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ done;\ ${ECHO_CMD} "@dirrm ${CLASSDIR}" ) > ${PLIST} .if !defined(NOPORTDOCS) (for F in ${DOC_FILES}; do \ ${ECHO_CMD} "${DOCSDIR:S,^${PREFIX}/,,}/$${F}"; \ done;\ ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" ) >> ${PLIST} .endif ${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST} ${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST} do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR} .endif post-install: ${MKTEXLSR} .include >
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gedit2
Commit message (Expand)AuthorAgeFilesLines
* Update for new devel/libglade shlib versionade2000-07-121-1/+1
* Update to 0.9.0ade2000-07-104-20/+69
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.ade2000-06-271-0/+1
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
* Update to 0.7.9ade2000-06-125-11/+117
* Add devel/libglade dependencyade2000-06-091-1/+2
* Updates for new shared library versions in GNOME 1.2ade2000-06-021-1/+1
* Chase new gnomeprint shared library versionade2000-05-181-1/+1
* Update to 0.7.0, with a new MASTER_SITE and bunch of new featuresade2000-04-205-67/+53
* portname/portversion updatemharo2000-04-141-2/+2
* Take over a couple of ports.ade2000-03-301-1/+1
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
* Remove two master sites that aren't working and use the -b argcpiazza2000-01-091-3/+2
* Update port to 0.6.1jedgar1999-12-232-3/+3
* Update to version 0.6.0cpiazza1999-11-213-6/+14
* Update to 0.5.5.nakai1999-10-253-14/+5
* Use updated gnomelibs.nakai1999-10-181-1/+1
* Bump glib12 's share library version to 3,vanilla1999-10-101-17/+1
* Use updated imlib library.nakai1999-10-081-2/+2
* The version number of libgif.so has changed to 5.steve1999-09-181-1/+1
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Update to version 0.5.4.steve1999-08-013-15/+41