freebsd-ports/misc/localedata/Makefile
FUJISHIMA Satsuki f3b7aa04dd unbreak ia64.
2005-07-17 20:12:44 +00:00

39 lines
743 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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= sf@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>