a20d25368e
pkglint -Wall -F -r editors Manually fixed the changes in editors/nedit since the "fixed" indentation was wrong.
33 lines
858 B
Makefile
33 lines
858 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/06/08 10:40:53 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= ee-1.4.6.src
|
|
PKGNAME= easyedit-1.4.6
|
|
PKGREVISION= 2
|
|
CATEGORIES= editors
|
|
#MASTER_SITES= http://mahon.cwx.net/sources/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PATCHFILES= easyedit-jumbo-patch-20130404.gz
|
|
PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/easyedit/
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://mahon.cwx.net/
|
|
COMMENT= Easy to use text editor with onscreen instructions
|
|
|
|
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/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|