pkgsrc/misc/sch/Makefile

20 lines
444 B
Makefile
Raw Normal View History

2003-07-17 23:41:05 +02:00
# $NetBSD: Makefile,v 1.4 2003/07/17 21:49:53 grant Exp $
DISTNAME= sch-20010224
WRKSRC= ${WRKDIR}/sch/build
CATEGORIES= misc
MASTER_SITES= ftp://ftp.itojun.org/pub/misc/
2003-07-17 23:41:05 +02:00
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"