blob: a1171f24356572e0c81aaec87e7bdf2070721e2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: gimp-help
# Date created: 10th April 2010
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
#
# $FreeBSD$
#
CATEGORIES= polish graphics
MAINTAINER= liangtai.s4@gmail.com
COMMENT= The GIMP User Manual in Polish
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
DOCLANG= pl
AMPLE= "@comment "
.include "${MASTERDIR}/Makefile"
|