![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / ispell-base / Attic / Makefile (download)
Revision 1.28, Sat Mar 4 21:30:46 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:46 jlam Exp $ # DISTNAME= ispell-3.3.02 PKGNAME= ispell-base-3.3.02 CATEGORIES= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ficus-www.cs.ucla.edu/geoff/ispell.html COMMENT= Interactive spelling checker CONFLICTS+= ispell-[0-9]* USE_TOOLS+= mktemp:run MAKE_FLAGS+= TMPDIR=${WRKDIR:Q} .include "../../mk/bsd.prefs.mk" .if exists(/usr/include/inttypes.h) && ${LOWER_OPSYS} != "irix5.3" CFLAGS+= -DHAVE_INTTYPES_H .endif .if ${OPSYS} == "SunOS" EXTRADICT=/usr/dict/words .else EXTRADICT=/usr/share/dict/words .endif .if !exists(${EXTRADICT}) EXTRADICT= .endif do-configure: cd ${WRKSRC}; \ ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.bsd >local.h; \ ${ECHO} "#define LANGUAGES \"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=${EXTRADICT}}\"" >>local.h; \ ${ECHO} "#define MASTERHASH \"americanmed+.hash\"" >>local.h; \ ${ECHO} "#define MASKBITS 64" >>local.h; \ ${ECHO} "#undef WORDS" >> local.h ; \ ${ECHO} '#define WORDS "${EXTRADICT}"' >> local.h ; \ ${ECHO} "#define CFLAGS \"${CFLAGS}\"" >> local.h ; \ ${ECHO} "#define MAN1DIR \"${PREFIX}/${PKGMANDIR}/man1\"" >> local.h ; \ ${ECHO} "#define MAN45DIR \"${PREFIX}/${PKGMANDIR}/man5\"" >> local.h ; .if ${OPSYS} == "SunOS" cd ${WRKSRC}; \ ${ECHO} "#define USG" >> local.h; .endif .if ${OPSYS} == "Interix" cd ${WRKSRC}; \ ${ECHO} "#define SORTTMP \"\"" >> local.h; \ ${ECHO} "#define MAKE_SORTTMP \"\"" >> local.h; .endif .include "../../mk/bsd.pkg.mk"