pkgsrc/sysutils/9base/Makefile
minskim b42e47c686 Reimport 9rc as 9base since the package was renamed. Patches provided
by Leonard Schmidt (maintainer) in PR pkg/31945.
2005-10-29 16:04:38 +00:00

25 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:04:38 minskim Exp $
#
DISTNAME= 9base-20051028
CATEGORIES= sysutils shells
MASTER_SITES= http://wmii.de/snaps/
MAINTAINER= lems@gmx.net
HOMEPAGE= http://wmii.de/
COMMENT= Port of various original plan9 tools
CONFLICTS= rc-[0-9]*
USE_PKGINSTALL= yes
PKG_SHELL= bin/rc
.include "../../mk/bsd.prefs.mk"
.if ${GNU_PROGRAM_PREFIX} == ""
CONFLICTS+= coreutils-[0-9]*
CONFLICTS+= grep-[0-9]*
CONFLICTS+= gsed-[0-9]*
.endif
.include "../../mk/bsd.pkg.mk"