pkgsrc/emulators/suse100_libxml2/Makefile
xtraeme 78d4bc67e9 Add support for using suse100 with NetBSD/amd64 and COMPAT_LINUX32.
Support is added via the options framework, to use 32-bit packages
must be used "PKG_OPTIONS.suse=compat32", otherwise it will use
the 64-bit packages by default.

Known packages working are opera (does not require any change in Makefile)
and rar-bin.

Tested by some, closes PR pkg/35477 by Michai Chelaru (which provided
a patch more or less than this one).
2007-04-19 15:30:20 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/04/19 15:30:21 xtraeme Exp $
DISTNAME= suse_libxml2-${SUSE_VERSION}
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for the libxml2 library
DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
SUSE_INCLUDE_MAKEFILE_ARCH= yes
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"