![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / WordNet / Makefile (download)
Revision 1.13, Thu Jan 19 18:52:27 2017 UTC (6 years, 8 months ago) by agc
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:27 agc Exp $ # DISTNAME= WordNet-3.0 PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://wordnet.princeton.edu/3.0/ MASTER_SITES+= ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/ PATCHFILES= wordnet.patch.2 PATCH_SITES= http://www.ocert.org/analysis/2008-014/ PATCH_DIST_STRIP= -p1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wordnet.princeton.edu/ COMMENT= Lexical reference system USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib SUBST_CLASSES+= docpath SUBST_FILES.docpath= doc/html/Makefile.in doc/pdf/Makefile.in SUBST_FILES.docpath+= doc/ps/Makefile.in SUBST_MESSAGE.docpath= Fixing path for documentation. SUBST_SED.docpath= -e 's,prefix)/doc,prefix)/share/doc/WordNet,' SUBST_STAGE.docpath= pre-configure CPPFLAGS+= -DUSE_INTERP_RESULT .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk"