mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
34 lines
642 B
Makefile
34 lines
642 B
Makefile
# 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= ports@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
|
|
|
|
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.mk>
|