1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/localedata/Makefile
Cheng-Lung Sung d4e5467a25 - Take maintainership
- Pet portlint

PR:		ports/97964
Submitted by:	maintainer (Rene Ladan)
2006-05-29 13:13:37 +00:00

40 lines
748 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= r.c.ladan@gmail.com
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>