# New ports collection makefile for: rus-ispell # Date created: 29.01.2001 # Whom: ache # # $FreeBSD$ # PORTNAME= rus-ispell PORTVERSION= 0.99f9 CATEGORIES= russian textproc MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/ MAINTAINER= ache@FreeBSD.org COMMENT= New Russian dictionaries for ispell BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell USE_GMAKE= yes .if defined(RUS_ISPELL_WITH_YO_ONLY) MAKE_ARGS+= YO=1 .endif .if defined(RUS_ISPELL_LOCAL_DICT) MAKE_ARGS+= LOCAL_DICT=${RUS_ISPELL_LOCAL_DICT} .endif ALL_TARGET= koi NO_WRKSUBDIR= yes do-install: cd ${WRKSRC} && \ ${INSTALL_DATA} russian.hash russian.dict russian.aff \ ${PREFIX}/share/ispell ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.7sunpoet2011-06-152-9/+4
| | | | Changes: http://search.cpan.org/dist/Games-AlphaBeta/Changes
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-4/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Fix dependencymat2006-08-221-1/+1
| | | | Pointy Hat To: mat
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Updated from 0.4.5 to 0.4.6aaron2005-11-053-11/+23
| | | | | | - Updated maintainer email address Approved by: tobez
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search