summaryrefslogtreecommitdiff
path: root/misc/localedata/Makefile
blob: b3284b4d25298f08c1bbde41d9362fb4dc2c63d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	legacy locale data for FreeBSD 6+
# Date created:		13 Jun 2005
# Whom:			sf
#
# $FreeBSD$
#

PORTNAME=	localedata
PORTVERSION=	5.4
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sf

MAINTAINER=	rene@FreeBSD.org
COMMENT=	Legacy locale data for FreeBSD 6+

USE_BZIP2=	yes
NO_BUILD=	yes

ONLY_FOR_ARCHS=	amd64 alpha ia64 i386 pc98 sparc64

TARGET_DIR=	${PREFIX}/share/compat

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600016
IGNORE=		is not required for your OS
.endif

WRKSRC=		${WRKDIR}/${ARCH}

post-extract:
	cd ${WRKDIR}/ia64; ${MV} usr/share/locale .

do-install:
	${MKDIR} ${TARGET_DIR}
	${PAX} -rw -s${WRKSRC} ${WRKSRC}/locale ${TARGET_DIR}

.include <bsd.port.post.mk>