diff options
Diffstat (limited to 'emulators/suse91_locale/Makefile')
-rw-r--r-- | emulators/suse91_locale/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/suse91_locale/Makefile b/emulators/suse91_locale/Makefile new file mode 100644 index 00000000000..86951017788 --- /dev/null +++ b/emulators/suse91_locale/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:39:34 recht Exp $ + +DISTNAME= suse_locale-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Locale files for the Linux compatibility package + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +CONFLICTS= linux-locale-[0-9]* + +ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= glibc-locale-2.3.3-98.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |