pkgsrc/emulators/suse100_slang/Makefile
joerg a8ed49a836 Add some more links to the PLIST of suse100_slang and suse100_glx,
by extending suse100_linux with the same override code as suse91 has.
Bump revision.
2006-04-28 14:15:06 +00:00

29 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/04/28 14:15:06 joerg Exp $
DISTNAME= suse_slang-${SUSE_VERSION}
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for slang library
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q}
.if exists(Makefile.${MACHINE_ARCH})
.include "Makefile.${MACHINE_ARCH}"
.endif
post-install:
cd ${PREFIX}/${EMULSUBDIR}/usr/lib/ && \
${LN} -sf libslang-utf8.so.1 libslang.so.1
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"