summaryrefslogtreecommitdiff
path: root/textproc/uctodata/Makefile
blob: fe9536c96c2b10062d54198f619d4ca3190dd872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	uctodata
DISTVERSIONPREFIX=	v
DISTVERSION=	0.8
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Datafiles for the tokenizer 'ucto'

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf gmake
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	LanguageMachines

NO_ARCH=	yes

DATADIR=	${PREFIX}/share/ucto

.include <bsd.port.mk>