26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:03 joerg Exp $
|
|
|
|
DISTNAME= suse_x11-${SUSE_VERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE91}
|
|
DISTFILES= ${RPMFILES}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package for X11 binaries
|
|
|
|
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
|
|
.if exists(Makefile.${MACHINE_ARCH})
|
|
.include "Makefile.${MACHINE_ARCH}"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../emulators/suse91_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|