pkgsrc/misc/sch/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

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"