18 lines
378 B
Makefile
18 lines
378 B
Makefile
# New ports collection makefile for: gimp-help
|
|
# Date created: 10th April 2010
|
|
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese graphics
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
COMMENT= The GIMP User Manual in Simplified Chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
|
|
|
DOCLANG= zh_CN
|
|
AMPLE= "@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|