blob: 7620da6c70fa61f4c5e56f2e1b97d691f87c46cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:31 jlam 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
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/easyedit
${INSTALL_MAN} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1
.include "../../mk/bsd.pkg.mk"
|