04a6ad4838
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
30 lines
721 B
Makefile
30 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.14 2011/10/03 00:45:47 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= ee-1.4.6.src
|
|
PKGNAME= easyedit-1.4.6
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://mahon.cwx.net/sources/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mahon.cwx.net/
|
|
COMMENT= Easy to use text editor with onscreen instructions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
MAKE_FILE= make.local
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ./create.make
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ee ${DESTDIR}${PREFIX}/bin/easyedit
|
|
${INSTALL_MAN} ${WRKSRC}/ee.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/easyedit.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|