1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/textproc/uctodata/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
361 B
Makefile

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>