mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7ee8c0803b
Approved by: doceng (implicit)
15 lines
312 B
Makefile
15 lines
312 B
Makefile
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
|
|
|
CATEGORIES= misc docs
|
|
PKGNAMEPREFIX= mn-
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Mongolian translation of the FreeBSD Documentation Project
|
|
|
|
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DOCLANG= mn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|