pkgsrc/editors/mg/Makefile
dholland 6af544f97b Suppress a gcc warning that popped up in Joerg's build. While here,
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.
2011-12-19 00:52:09 +00:00

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"