e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/06/02 01:18:08 jschauma Exp $
|
|
|
|
DISTNAME= sch-20010224
|
|
WRKSRC= ${WRKDIR}/sch/build
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/misc/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
COMMENT= curses-based schedule management tool
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# manpages are not complete, don't confuse people
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sch ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|