15 lines
291 B
Makefile
15 lines
291 B
Makefile
# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= japanese graphics
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
COMMENT= The GIMP User Manual in Japanese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
|
|
|
DOCLANG= ja
|
|
AMPLE= ""
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|