summaryrefslogtreecommitdiff
path: root/textproc/uctodata/Makefile
blob: 1051d4f5c93df2f350a35d9aaa3c006674e974af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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>