pkgsrc/emulators/suse121_slang/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

13 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/02/11 09:38:16 obache Exp $
DISTNAME= suse_slang-${SUSE_VERSION}
CATEGORIES= emulators
RPMPKGS+= libslang2-2.2.2-6.1.2.${SUSE_ARCH}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package for S-Lang
EMUL_MODULES.linux= base
.include "../../emulators/suse121_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"