summaryrefslogtreecommitdiff
path: root/cross/zoularis/Makefile
blob: 958c8154323d5c1b1826a8bcdf9ba5d9facb4faa (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.2 1999/03/15 09:38:57 christos Exp $
#

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

MAINTAINER=	agc@netbsd.org
HOMEPAGE=	http://www.netbsd.org/

WRKSRC=		${WRKDIR}/bsd

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

post-extract:
	@${ECHO} "Please read the instructions in ${WRKSRC}/README"

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