9ac7e1093e
with complete buildlink2ization. Fixes pkg/18160.
31 lines
814 B
Makefile
31 lines
814 B
Makefile
# $NetBSD: Makefile,v 1.27 2002/09/03 22:40:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= siag-3.1.20
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc textproc math
|
|
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
|
|
|
|
MAINTAINER= packages@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
|
|
|
|
CONFIGURE_ARGS= --with-x --with-guile --includedir=${BUILDLINK_DIR}/include
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
CFLAGS+= -Dunix
|
|
_STRIPFLAG_INSTALL=
|
|
|
|
XAW_TYPE?= 3d
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../lang/guile/buildlink2.mk"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
.include "../../mk/xaw.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|