diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-12-04 03:48:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-12-04 03:48:34 +0000 |
commit | 3171621e7094a6176cce5d07bd878c8001f7e705 (patch) | |
tree | 23295c9f620862c5804003f042ebb5683f45c841 /misc/siag/Makefile | |
parent | 8762dd81820197b218b58145b843f1bb9a931edc (diff) | |
download | pkgsrc-3171621e7094a6176cce5d07bd878c8001f7e705.tar.gz |
Office pkg with text processor, spreadsheat and presentation generator
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile new file mode 100644 index 00000000000..cd51b7128af --- /dev/null +++ b/misc/siag/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/04 03:48:34 hubertf Exp $ + +DISTNAME= siag-3.1.0 +CATEGORIES= misc textproc math +MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.edu.stockholm.se/siag/ + +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d +DEPENDS+= gv-3.5.8:../../print/gv +DEPENDS+= gnuplot-3.5:../../graphics/gnuplot +DEPENDS+= guile-1.3:../../lang/guile + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CFLAGS+= -Dunix +STRIPFLAG= + +pre-configure: + cd ${WRKSRC} ; \ + [ -f topdir.mk.BAK ] || ${MV} topdir.mk topdir.mk.BAK ; \ + ${SED} \ + -e 's|^\(SIAG_HOME\)=.*$$|\1="${PREFIX}/lib/siag"|g' \ + -e 's|^\(SIAG_DOCS\)=.*$$|\1=${PREFIX}/share/siag|g' \ + -e 's|^\(CURSES\)=.*$$|\1=-lcurses -ltermcap|g' \ + <topdir.mk.BAK >topdir.mk + +.include "../../mk/bsd.pkg.mk" |