mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
682784ee7f
Feature safe: yes
37 lines
823 B
Makefile
37 lines
823 B
Makefile
# New ports collection makefile for: ja-bugzilla
|
|
# Date created: 2004-01-19
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bugzilla
|
|
PORTVERSION= 3.6.4
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://bug-ja.org/releases/3.6/ \
|
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/bugzilla-ja|}
|
|
PKGNAMESUFFIX= -ja
|
|
DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Japanese localization for Bugzilla
|
|
|
|
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
|
|
|
|
.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
|
|
|
|
USE_BZIP2= yes
|
|
|
|
LANGDIR= ${WWWDIR}/template/ja
|
|
|
|
do-install:
|
|
@-${MKDIR} ${LANGDIR}/default
|
|
@cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default
|
|
.if !defined(BATCH)
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|