diff options
Diffstat (limited to 'cross/zoularis/Makefile')
-rw-r--r-- | cross/zoularis/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile deleted file mode 100644 index d5670ad639b..00000000000 --- a/cross/zoularis/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $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" |