d928b8f223
make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
25 lines
655 B
Makefile
25 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.16 2003/03/26 04:05:48 jschauma Exp $
|
|
|
|
DISTNAME= compat
|
|
PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE:=a1/}
|
|
EXTRACT_SUFX= .rpm
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package with old shared libraries
|
|
|
|
DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc
|
|
|
|
USE_BUILDLINK2= # defined
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
|
|
RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
.include "../suse_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|