c6d721ccf8
define PKGNAME instead of fake DISTNAME PKGNAME is unstable variable in current pkgsrc framework, so packages must not rely on it.
13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/11 09:38:18 obache Exp $
|
|
|
|
DISTNAME= suse_libssh-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libssh2-1-1.4.3-7.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for libssh
|
|
|
|
EMUL_MODULES.linux= base openssl
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|