mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a6383cf6b5
translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer)
16 lines
270 B
Makefile
16 lines
270 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 Danish
|
|
|
|
LICENSE= GFDL
|
|
|
|
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
|
|
|
DOCLANG= da
|
|
|
|
.include "${MASTERDIR}/Makefile"
|