mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
16 lines
287 B
Makefile
16 lines
287 B
Makefile
# Created by: 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 "
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|