diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
commit | 958f9a1c07feca2aa36d7149c53ef1be47a53f02 (patch) | |
tree | b88822eef1dc4549cbec63a3e417daa266dfd5bd /misc/gimp-help-nn | |
parent | 9ec40ee441945b9156b1f5940be5177cc853be9f (diff) |
Notes
Diffstat (limited to 'misc/gimp-help-nn')
-rw-r--r-- | misc/gimp-help-nn/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/gimp-help-nn/Makefile b/misc/gimp-help-nn/Makefile new file mode 100644 index 000000000000..afd55b5ee7e0 --- /dev/null +++ b/misc/gimp-help-nn/Makefile @@ -0,0 +1,18 @@ +# 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 Norwegian:Ninorsk + +MASTERDIR= ${.CURDIR}/../gimp-help-en + +DOCLANG= nn +AMPLE= "@comment " + +.include "${MASTERDIR}/Makefile" |