4cffd86a29
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# $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"
|