freebsd-ports/misc/localedata/Makefile
Mark Linimon 45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00

30 lines
529 B
Makefile

# Created by: sf
# $FreeBSD$
PORTNAME= localedata
PORTVERSION= 5.4
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/sf
MAINTAINER= ports@FreeBSD.org
COMMENT= Legacy locale data for FreeBSD 6+
USES= tar:bzip2
NO_BUILD= yes
ONLY_FOR_ARCHS= amd64 i386 sparc64
TARGET_DIR= ${PREFIX}/share/compat
WRKSRC= ${WRKDIR}/${ARCH}
post-extract:
cd ${WRKDIR}/ia64; ${MV} usr/share/locale .
do-install:
${MKDIR} ${STAGEDIR}${TARGET_DIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGET_DIR}
.include <bsd.port.mk>