pkgsrc/math/texdrive/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

32 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:41 rillig Exp $
#
DISTNAME= texdrive
PKGNAME= texdrive-0.0.20081126.171834
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/
EXTRACT_SUFX= .el
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.djcbsoftware.nl/code/texdrive/
COMMENT= Emacs mode for creating inline formulae for HTML
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q}
do-build:
cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile texdrive.el
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
${INSTALL_DATA} ${WRKSRC}/texdrive.* ${DESTDIR}${EMACS_LISPPREFIX}
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"