blob: 1ecc67d62a07968eef45fd4a5beb95764519a1ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.8 2000/02/15 09:26:20 agc Exp $
DISTNAME= suse_linux-6.3
CATEGORIES= emulators
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.suse.com/
DEPENDS+= suse_libc5-6.3:../suse_libc5
DEPENDS+= suse_xforms-6.3:../suse_xforms
EXTRACT_ONLY= # empty
NO_BUILD= yes
NO_CHECKSUM= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|