b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2002/03/13 17:37:36 fredb Exp $
|
|
|
|
DISTNAME= lgrind
|
|
PKGNAME= lgrind-3.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
COMMENT= Source pretty printer for LaTeX
|
|
|
|
DEPENDS+= teTeX-1.0.*:../../print/teTeX
|
|
|
|
USE_X11= yes
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
WRKSRC= ${WRKDIR}/lgrind/source
|
|
NO_CONFIGURE= yes
|
|
|
|
pre-patch:
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile-prepatch
|
|
${SED} -e '/Id/s|\$$||g' ${WRKSRC}/Makefile-prepatch > ${WRKSRC}/Makefile
|
|
|
|
pre-build:
|
|
(cd ${WRKSRC}/.. ; ${PREFIX}/bin/latex lgrind.ins)
|
|
(cd ${WRKSRC}/.. ; ${PREFIX}/bin/latex lgrind.dtx)
|
|
${MV} ${WRKSRC}/lgrind.1 ${WRKSRC}/lgrind.1.bak
|
|
${MV} ${WRKSRC}/lgrindef.5 ${WRKSRC}/lgrindef.5.bak
|
|
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${WRKSRC}/lgrind.1.bak > ${WRKSRC}/lgrind.1
|
|
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${WRKSRC}/lgrindef.5.bak > ${WRKSRC}/lgrindef.5
|
|
|
|
pre-install:
|
|
-mkdir ${PREFIX}/share/texmf/tex/latex/lgrind
|
|
-mkdir ${PREFIX}/share/texmf/doc/latex/lgrind
|
|
|
|
post-install:
|
|
${PREFIX}/bin/texconfig rehash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|