pkgsrc/emulators/suse100_libxml2/Makefile
obache c6d721ccf8 Revert
define PKGNAME instead of fake DISTNAME
PKGNAME is unstable variable in current pkgsrc framework, so packages must not
rely on it.
2015-02-11 09:38:12 +00:00

14 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/02/11 09:38:13 obache Exp $
DISTNAME= suse_libxml2-${SUSE_VERSION}
PKGREVISION= 2
CATEGORIES= emulators
DISTFILES= libxml2-2.6.20-4.${SUSE_ARCH}.rpm
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package for libxml2
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"