summaryrefslogtreecommitdiff
path: root/cross/zoularis/Makefile
blob: d5670ad639b2ed1b1658612b1db8251ec306d5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.15 2001/07/04 21:05:03 christos Exp $
#

DISTNAME=       zoularis-20010704
CATEGORIES=	cross
MASTER_SITES=	${MASTER_SITE_LOCAL}

MAINTAINER=	agc@netbsd.org
HOMEPAGE=	http://www.netbsd.org/
COMMENT=	provides NetBSD libs, includes and utilities on Solaris and Linux

WRKSRC=		${WRKDIR}/bsd

NO_CONFIGURE=	yes
NO_BUILD=	yes
NO_PACKAGE=	This package is needed to compile the pkgtools

post-extract:
	@${ECHO} "Make sure /usr/ccs/bin is in your PATH and then"
	@${ECHO} "configure --srcdir /your/bsd/source/root \\"
	@${ECHO} "--prefix /your/installation/dir && make"

.include "../../mk/bsd.pkg.mk"