8ac66da67c
for COMPAT_LINUX testers to play with. Untested in run-time.
25 lines
697 B
Makefile
25 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $
|
|
|
|
DISTNAME= suse_glx-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE91}
|
|
DISTFILES= ${RPMFILES}
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package for the GL library
|
|
|
|
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
|
|
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
LIBTOOLIZE_PLIST= NO
|
|
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"
|