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....
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.42 2004/10/15 14:50:07 tv Exp $
|
|
#
|
|
|
|
DISTNAME= siag-3.5.7
|
|
PKGREVISION= 4
|
|
CATEGORIES= misc textproc math
|
|
MASTER_SITES= ftp://siag.nu/pub/siag/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://siag.nu/
|
|
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
|
|
|
|
DEPENDS+= gv>=3.5.8nb1:../../print/gv
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
|
|
CONFLICTS+= antiword-[0-9]*
|
|
|
|
CONFIGURE_ARGS+=--with-x
|
|
CONFIGURE_ARGS+=--with-guile
|
|
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${XAW_TYPE} == "xpm"
|
|
CONFIGURE_ARGS+=--with-xawm=XawXpm
|
|
.elif ${XAW_TYPE} == "3d"
|
|
CONFIGURE_ARGS+=--with-xawm=Xaw3d
|
|
.elif ${XAW_TYPE} == "neXtaw"
|
|
CONFIGURE_ARGS+=--with-xawm=neXtaw
|
|
.else
|
|
CONFIGURE_ARGS+=--with-xawm=Xaw
|
|
.endif
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../lang/guile14/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../x11/mowitz/buildlink3.mk"
|
|
.include "../../mk/xaw.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|