dc99bb80f2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
35 lines
921 B
Makefile
35 lines
921 B
Makefile
# $NetBSD: Makefile,v 1.36 2004/10/15 14:50:06 tv Exp $
|
|
|
|
DISTNAME= TeXmacs-1.0.4-R2-src
|
|
PKGNAME= ${DISTNAME:S/-R2-src/.0.2/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.texmacs.org/
|
|
COMMENT= GNU TeXmacs (free scientific text editor)
|
|
|
|
DEPENDS+= teTeX>=1.0:../../print/teTeX
|
|
|
|
ALL_TARGET= TEXMACS
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python
|
|
|
|
SUBST_CLASSES+= init
|
|
SUBST_STAGE.init= post-patch
|
|
SUBST_FILES.init= plugins/python/progs/init-python.scm
|
|
SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g'
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|