2003-07-17 23:31:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2003/07/17 21:36:13 grant Exp $
|
1999-05-18 00:12:03 +02:00
|
|
|
|
2002-04-04 11:46:51 +02:00
|
|
|
DISTNAME= suse_linux-7.3
|
1999-05-24 22:39:35 +02:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
1999-05-18 00:12:03 +02:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tron@NetBSD.org
|
1999-05-24 22:39:35 +02:00
|
|
|
HOMEPAGE= http://www.suse.com/
|
2001-02-17 19:38:11 +01:00
|
|
|
COMMENT= Linux compatibility package collection
|
1999-05-18 00:12:03 +02:00
|
|
|
|
2002-04-04 11:46:51 +02:00
|
|
|
DEPENDS+= suse_audio>=7.3:../suse_audio
|
|
|
|
DEPENDS+= suse_libjpeg>=7.3:../suse_libjpeg
|
|
|
|
DEPENDS+= suse_libpng>=7.3:../suse_libpng
|
2003-04-19 09:14:39 +02:00
|
|
|
DEPENDS+= suse_libtiff>=7.3:../suse_libtiff
|
2002-04-04 11:46:51 +02:00
|
|
|
DEPENDS+= suse_glx>=7.3:../suse_glx
|
|
|
|
DEPENDS+= suse_gtk>=7.3:../suse_gtk
|
|
|
|
DEPENDS+= suse_xforms>=7.3:../suse_xforms
|
1999-05-18 00:12:03 +02:00
|
|
|
|
2002-11-25 20:41:32 +01:00
|
|
|
.include "../../emulators/suse_linux/arch.mk"
|
2002-11-25 12:01:13 +01:00
|
|
|
.if ${SUSE_ARCH} == i386
|
|
|
|
DEPENDS+= suse_libc5>=7.3:../suse_libc5
|
|
|
|
.endif
|
|
|
|
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 NetBSD-*-powerpc
|
2000-05-31 07:01:21 +02:00
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
EXTRACT_ONLY= # empty
|
2002-04-04 11:46:51 +02:00
|
|
|
NO_BUILD= YES
|
|
|
|
NO_CHECKSUM= YES
|
1999-05-18 00:12:03 +02:00
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
do-install: # empty
|
1999-05-18 00:12:03 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|