mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
f70b88ecf7
PR: ports/152989 Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# New ports collection makefile for: gimp-help
|
|
# Date created: 9th April 2010
|
|
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gimp-help
|
|
PORTVERSION= 2.6.1
|
|
CATEGORIES?= misc graphics
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
|
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
|
|
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
|
|
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
|
|
MASTER_SITE_SUBDIR= gimp/help
|
|
PKGNAMEPREFIX?= ${DOCLANG}-
|
|
PKGNAMESUFFIX= -html
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}-${DOCLANG}
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
COMMENT?= The GIMP User Manual in English
|
|
|
|
LICENSE= GFDL
|
|
|
|
USE_BZIP2= YES
|
|
NO_BUILD= YES
|
|
PLIST_SUB= GIMPDATA=${GIMPDATADIR:S,^${PREFIX}/,,} \
|
|
AMPLE=${AMPLE} DOCLANG=${DOCLANG}
|
|
|
|
GIMPDATADIR?= ${PREFIX}/share/gimp
|
|
DOCLANG?= en
|
|
AMPLE?= "@comment "
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${GIMPDATADIR}/help ; \
|
|
cd ${WRKDIR}/${PORTNAME}-2/html && \
|
|
${COPYTREE_SHARE} ${DOCLANG} ${GIMPDATADIR}/help
|
|
|
|
.include <bsd.port.mk>
|