f70b88ecf7
PR: ports/152989 Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# New ports collection makefile for: gimp-help
|
|
# Date created: 10th April 2010
|
|
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= misc graphics
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
COMMENT= The GIMP User Manual in Italian
|
|
|
|
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
|
|
|
DOCLANG= it
|
|
AMPLE= "@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|