a8ed49a836
by extending suse100_linux with the same override code as suse91 has. Bump revision.
29 lines
782 B
Makefile
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"
|