14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/02/16 10:15:45 jperkin Exp $
|
|
|
|
PKGNAME= suse_compat-${SUSE_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libstdc++33-3.3.3-30.25.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package with old shared libraries
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse121_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|