20 lines
410 B
Makefile
20 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/10/07 17:41:52 tron Exp $
|
|
|
|
DISTNAME= suse_linux-6.1p1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
|
|
DEPENDS+= suse_libc5-6.1p1:../suse_libc5 \
|
|
suse_xforms-6.1p1:../suse_xforms
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= yes
|
|
NO_CHECKSUM= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|