a3ab296902
Linux compatibility package based on the openSUSE Linux distribution. Please visit http://www.opensuse.org/ for more information about openSUSE Linux. This package supports running ELF binaries linked with gc1 that require Boehm-Demers-Weiser conservative garbage collector libraries. Packaged in wip by coypu.
13 lines
390 B
Makefile
13 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/09/26 00:15:44 kamil Exp $
|
|
|
|
PKGNAME= suse_libgc-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libgc1-7.1.9.6-143.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for Boehm-Demers-Weiser g/c libraries
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse121_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|