summaryrefslogtreecommitdiff
path: root/emulators/suse100_aspell/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2006-04-18 14:08:33 +0000
committersalo <salo>2006-04-18 14:08:33 +0000
commite1ad30f46e0d29cea96f7f95fba65cb0b30bd1f6 (patch)
tree498c74b3683a2cdc3684713fd3641ed3ecb0e695 /emulators/suse100_aspell/Makefile
parent82af138efacc1bc895418bce90220a530f24fee8 (diff)
downloadpkgsrc-e1ad30f46e0d29cea96f7f95fba65cb0b30bd1f6.tar.gz
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.
Diffstat (limited to 'emulators/suse100_aspell/Makefile')
-rw-r--r--emulators/suse100_aspell/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/suse100_aspell/Makefile b/emulators/suse100_aspell/Makefile
new file mode 100644
index 00000000000..20bad1fdfc4
--- /dev/null
+++ b/emulators/suse100_aspell/Makefile
@@ -0,0 +1,25 @@
+# $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"