mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
24 lines
374 B
Makefile
24 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|