blob: cc152a73f482b0db6decfcef5fbb8ea1a66dbbd7 (
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.9 2006/01/08 16:53:22 salo Exp $
DISTNAME= suse_openmotif-${SUSE_VERSION}
PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE91}
DISTFILES= ${RPMFILES}
MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for the Motif library
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
.if exists(Makefile.${MACHINE_ARCH})
.include "Makefile.${MACHINE_ARCH}"
.endif
.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|