diff options
Diffstat (limited to 'emulators/suse100_compat/Makefile')
-rw-r--r-- | emulators/suse100_compat/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/suse100_compat/Makefile b/emulators/suse100_compat/Makefile new file mode 100644 index 00000000000..6afdb7ea117 --- /dev/null +++ b/emulators/suse100_compat/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:34:38 tonio Exp $ + +DISTNAME= suse_compat-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE100} +DISTFILES= ${RPMFILES} + +MAINTAINER= tonio@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package with old shared libraries + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +EXTRACT_ONLY= # empty +NO_BUILD= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH} +.endif + +.include "../../emulators/suse100_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |