blob: 43f9c8b241733d6147b77f5c0691a1492e2f8ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1 2013/04/13 12:03:06 rodent Exp $
#
DISTNAME= aspell5-tl-0.02-1
PKGNAME= ${DISTNAME:S/5-/-/1:S/-1/.1/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tl/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://borel.slu.edu/crubadan/index.html
COMMENT= Tagalog language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|