b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
19 lines
641 B
Text
19 lines
641 B
Text
# $NetBSD: Makefile.common,v 1.2 2005/12/05 20:51:03 rillig Exp $
|
|
|
|
DISTNAME= rus-ispell-0.99f5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/
|
|
|
|
MAINTAINER= mishka@terabyte.com.ua
|
|
COMMENT= Russian (KOI8-R) ispell dictonary from Alexander Lebedev
|
|
|
|
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
|
|
|
|
FILESDIR= ${.CURDIR}/../../textproc/ispell-russian/files
|
|
PATCHDIR= ${.CURDIR}/../../textproc/ispell-russian/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell-russian/distinfo
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
MAKE_ENV+= CAT=${CAT:Q} RM=${RM:Q} SED=${SED:Q} TR=${TR:Q} UNIQ="uniq"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|