1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/localedata/Makefile
Dmitry Marakasov a2395066d5 - Drop maintainership
PR:		135384
Submitted by:	Rene Ladan <rene@FreeBSD.org> (maintainer)
2009-06-09 02:35:50 +00:00

34 lines
642 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= 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>