20 lines
481 B
Makefile
20 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/10/08 09:57:37 asau Exp $
|
|
|
|
DISTNAME= sch-20010224
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/misc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Curses-based schedule management tool
|
|
LICENSE= no-commercial-use
|
|
|
|
WRKSRC= ${WRKDIR}/sch/build
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
# manpages are not complete, don't confuse people
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sch ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|