mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
32 lines
865 B
Makefile
32 lines
865 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= go.text
|
||
|
PORTVERSION= 20131227
|
||
|
CATEGORIES= textproc devel
|
||
|
MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye
|
||
|
|
||
|
MAINTAINER= jlaffaye@FreeBSD.org
|
||
|
COMMENT= Additional textproc packages for Go
|
||
|
|
||
|
LICENSE= BSD3CLAUSE
|
||
|
|
||
|
GO_PKGNAME= code.google.com/p/go.text
|
||
|
GO_TARGET= ${GO_PKGNAME}/cldr \
|
||
|
${GO_PKGNAME}/collate \
|
||
|
${GO_PKGNAME}/collate/build \
|
||
|
${GO_PKGNAME}/collate/colltab \
|
||
|
${GO_PKGNAME}/encoding \
|
||
|
${GO_PKGNAME}/encoding/charmap \
|
||
|
${GO_PKGNAME}/encoding/japanese \
|
||
|
${GO_PKGNAME}/encoding/korean \
|
||
|
${GO_PKGNAME}/encoding/simplifiedchinese \
|
||
|
${GO_PKGNAME}/encoding/traditionalchinese \
|
||
|
${GO_PKGNAME}/encoding/unicode \
|
||
|
${GO_PKGNAME}/language \
|
||
|
${GO_PKGNAME}/transform \
|
||
|
${GO_PKGNAME}/unicode/norm
|
||
|
|
||
|
.include <bsd.port.pre.mk>
|
||
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
||
|
.include <bsd.port.post.mk>
|