mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a6383cf6b5
translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer)
16 lines
295 B
Makefile
16 lines
295 B
Makefile
# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese graphics
|
|
|
|
MAINTAINER= liangtai.s16@gmail.com
|
|
COMMENT= The GIMP User Manual in Simplified Chinese
|
|
|
|
LICENSE= GFDL
|
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
|
|
|
DOCLANG= zh_CN
|
|
|
|
.include "${MASTERDIR}/Makefile"
|