freebsd-ports/misc/freebsd-doc-pl/Makefile
Danilo G. Baio dad58c1094 misc/freebsd-doc-*: Enable HTML in all languages and Simplify ports
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
2023-04-24 21:08:52 -03:00

15 lines
368 B
Makefile

CATEGORIES= misc docs
PKGNAMEPREFIX= pl-
MAINTAINER= doceng@FreeBSD.org
COMMENT= Polish 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= pl
.include "${MASTERDIR}/Makefile"