pkgsrc/emulators/suse100_aspell/Makefile
salo 92f2e7dd25 Initial import of suse100_aspell: Linux compatibility package for Aspell
library.

Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports running ELF binaries linked with glibc2 which require
aspell libraries.
2006-04-18 14:08:33 +00:00

25 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 14:08:33 salo Exp $
DISTNAME= suse_aspell-${SUSE_VERSION}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for Aspell library
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
.endif
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
.if exists(Makefile.${MACHINE_ARCH})
.include "Makefile.${MACHINE_ARCH}"
.endif
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"