6af544f97b
fix some pkglint. XXX: someone with the patience to wade through files with assorted copyright headers should figure out the proper setting of LICENSE for this package.
22 lines
552 B
Makefile
22 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/12/19 00:52:09 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= mg-20090107
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.dds.nl/~han/software/mg/
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://www.han.dds.nl/software/mg/
|
|
COMMENT= Small, fast, public domain EMACS style editor
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_NCURSES= yes # Uses NCURSES internals
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_ENV+= prefix=${PREFIX}
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
CONFLICTS+= mg2a-[0-9]*
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|