mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
16 lines
282 B
Makefile
16 lines
282 B
Makefile
|
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= misc graphics
|
||
|
|
||
|
MAINTAINER= liangtai.s16@gmail.com
|
||
|
COMMENT= The GIMP User Manual in British English
|
||
|
|
||
|
LICENSE= GFDL
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||
|
|
||
|
DOCLANG= en_GB
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|