1999-05-26 00:14:22 +02:00
|
|
|
# New ports collection makefile for: linux_locale
|
|
|
|
# Date created: Apr 20 1999
|
|
|
|
# Whom: cjh@kr.freebsd.org
|
|
|
|
#
|
1999-08-30 14:09:14 +02:00
|
|
|
# $FreeBSD$
|
1999-05-26 00:14:22 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 11:17:26 +02:00
|
|
|
PORTNAME= linux_locale
|
|
|
|
PORTVERSION= 1.0
|
2000-02-28 09:34:04 +01:00
|
|
|
CATEGORIES= korean emulators linux
|
1999-05-26 00:14:22 +02:00
|
|
|
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
|
2000-04-13 11:17:26 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}
|
1999-05-26 00:14:22 +02:00
|
|
|
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Glibc 2.0 Korean locale for linux compatibility
|
1999-05-26 00:14:22 +02:00
|
|
|
|
1999-07-21 16:55:43 +02:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base
|
|
|
|
RUN_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base
|
1999-05-26 00:14:22 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
|
|
|
PREFIX= /compat/linux
|
|
|
|
NO_MTREE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_FILTER_SHLIBS= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|