mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
19 lines
353 B
Makefile
19 lines
353 B
Makefile
|
# New ports collection makefile for: gimp-help
|
||
|
# Date created: 10th April 2010
|
||
|
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= french graphics
|
||
|
|
||
|
MAINTAINER= liangtai.s4@gmail.com
|
||
|
COMMENT= The GIMP User Manual in French
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||
|
|
||
|
DOCLANG= fr
|
||
|
AMPLE= ""
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|