summaryrefslogtreecommitdiff
path: root/editors/mined/Makefile
blob: 1f83d0a88b6c434aee5cb934c618e29b7389beb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.19 2009/04/25 11:25:42 tnn Exp $
#

DISTNAME=	mined-2000.15
CATEGORIES=	editors
MASTER_SITES=	http://towo.net/mined/

MAINTAINER=	tnn@NetBSD.org
HOMEPAGE=	http://towo.net/mined/
COMMENT=	Html-aware editor

PKG_DESTDIR_SUPPORT=	user-destdir
MAKE_FILE=	makefile
USE_TOOLS+=	gmake

post-install:
		${CHMOD} -x ${DESTDIR}${PREFIX}/share/mined/conf_user/xinitrc.mined

.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"