mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
061b84d38d
- Bump PORTREVISION Approved by: maho (mentor)
50 lines
1017 B
Makefile
50 lines
1017 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
|
|
PORTREVISION= 3
|
|
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-rel02
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Japanese localization for Bugzilla
|
|
|
|
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
|
|
|
|
USE_BZIP2= yes
|
|
|
|
CONFLICTS= bugzilla-2.*
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
.if !defined(BUGZILLADIR)
|
|
.if defined(APACHE_DATADIR)
|
|
BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla
|
|
.else
|
|
BUGZILLADIR= ${PREFIX}/www/data/bugzilla
|
|
.endif
|
|
.endif
|
|
|
|
PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!}
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
-${MKDIR} ${BUGZILLADIR}/template
|
|
${CP} -pR ${WRKDIR}/ja ${BUGZILLADIR}/template
|
|
.if !defined(BATCH)
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|