Thu Mar 26 13:29:16 2020 UTC ()
magicpoint: Uses bison


(nia)
diff -r1.102 -r1.103 pkgsrc/graphics/magicpoint/Makefile

cvs diff -r1.102 -r1.103 pkgsrc/graphics/magicpoint/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/magicpoint/Makefile 2019/08/11 13:21:12 1.102
+++ pkgsrc/graphics/magicpoint/Makefile 2020/03/26 13:29:16 1.103
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.102 2019/08/11 13:21:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.103 2020/03/26 13:29:16 nia Exp $
2 2
3DISTNAME= magicpoint-1.13a 3DISTNAME= magicpoint-1.13a
4PKGREVISION= 31 4PKGREVISION= 31
5CATEGORIES= x11 graphics 5CATEGORIES= x11 graphics
6MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ 6MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://member.wide.ad.jp/wg/mgp/ 9HOMEPAGE= http://member.wide.ad.jp/wg/mgp/
10COMMENT= X11 based presentation tool 10COMMENT= X11 based presentation tool
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm 13DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
14 14
15CONFLICTS= mgp-[0-9]* 15CONFLICTS= mgp-[0-9]*
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_IMAKE= yes 18USE_IMAKE= yes
19USE_LANGUAGES+= c99 19USE_LANGUAGES+= c99
20USE_TOOLS+= perl 20USE_TOOLS+= perl
21USE_TOOLS+= pkg-config 21USE_TOOLS+= pkg-config
 22USE_TOOLS+= bison
22 23
23CONFIGURE_ARGS+= --enable-freetype-charset16 24CONFIGURE_ARGS+= --enable-freetype-charset16
24CONFIGURE_ARGS+= --enable-locale 25CONFIGURE_ARGS+= --enable-locale
25CONFIGURE_ARGS+= --enable-gif 26CONFIGURE_ARGS+= --enable-gif
26CONFIGURE_ARGS+= --with-searchpath=${BUILDLINK_DIR} 27CONFIGURE_ARGS+= --with-searchpath=${BUILDLINK_DIR}
27CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR} 28CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
28CONFIGURE_ENV+= mgp_cv_path_perl=${TOOLS_PERL5} 29CONFIGURE_ENV+= mgp_cv_path_perl=${TOOLS_PERL5}
29 30
30DOCDIR= share/doc/mgp 31DOCDIR= share/doc/mgp
31EGDIR= share/examples/mgp 32EGDIR= share/examples/mgp
32INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR} 33INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}
33 34
34DOCS= COPYRIGHT COPYRIGHT.jp FAQ README README.fonts \ 35DOCS= COPYRIGHT COPYRIGHT.jp FAQ README README.fonts \