mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
dad58c1094
Several improvements with this change: Overall cleanup. Simplify plists. Make the HTML option default for all languages. Non-English ports must build the HTML English version together, and the shared files are stored in the freebsd-doc-en port. Fix some image's src addresses on freebsd-doc-en. Point MASTER_SITES to LOCAL/doceng; it's a shared folder with the team. It's necessary to choose at least one option. Reviewed by: doceng (blackend) Differential Revision: https://reviews.freebsd.org/D39632
16 lines
368 B
Makefile
16 lines
368 B
Makefile
CATEGORIES= misc docs
|
|
PKGNAMEPREFIX= de-
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= German translation of the FreeBSD Documentation Project
|
|
|
|
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
# en-freebsd-doc installs the common files
|
|
HTML_RUN_DEPENDS= en-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-en
|
|
|
|
DOCLANG= de
|
|
|
|
.include "${MASTERDIR}/Makefile"
|