8ac66da67c
for COMPAT_LINUX testers to play with. Untested in run-time.
27 lines
738 B
Makefile
27 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:22 salo Exp $
|
|
|
|
DISTNAME= suse_slang-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE91}
|
|
DISTFILES= ${RPMFILES}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package for slang library
|
|
|
|
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
|
|
.if exists(Makefile.${MACHINE_ARCH})
|
|
.include "Makefile.${MACHINE_ARCH}"
|
|
.endif
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/${EMULSUBDIR}/usr/lib/libslang-utf8.so.1 \
|
|
${PREFIX}/${EMULSUBDIR}/usr/lib/libslang.so.1
|
|
|
|
.include "../../emulators/suse91_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|