pkgsrc/emulators/suse100_krb5/Makefile
obache a372d2594f Import suse100_krb5, SuSE 10.0 kerberos5 library compatibility package.
Based on PR 35543 by Kevin Sullivan, modify to adapt to recent emul framework.

This package supports running ELF binaries linked with glibc2 that
require kerberos shared libraries.
2008-02-22 13:24:13 +00:00

14 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/22 13:24:13 obache Exp $
DISTNAME= suse_krb5-${SUSE_VERSION}
CATEGORIES= emulators
DISTFILES= krb5-1.4.1-5.11.${SUSE_ARCH}.rpm \
libcom_err-1.38-4.3.${SUSE_ARCH}.rpm
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package for kerberos libraries
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"