blob: 67a20c31a90ad301ee4570bc5fdca79c77024c68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.3 2007/04/19 15:30:20 xtraeme Exp $
DISTNAME= suse_aspell-${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 Aspell library
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
.endif
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
SUSE_INCLUDE_MAKEFILE_ARCH= yes
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|