mirror of https://git.FreeBSD.org/ports.git
16 lines
369 B
Makefile
16 lines
369 B
Makefile
CATEGORIES= misc docs
|
|
PKGNAMEPREFIX= it-
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Italian 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= it
|
|
|
|
.include "${MASTERDIR}/Makefile"
|