2020-05-20 08:09:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2020/05/20 06:09:08 rillig Exp $
|
2013-03-07 06:38:26 +01:00
|
|
|
|
2013-03-25 11:15:08 +01:00
|
|
|
DISTNAME= se-3.0.1
|
2015-08-18 09:31:00 +02:00
|
|
|
PKGREVISION= 1
|
2013-03-07 06:38:26 +01:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= http://se-editor.org/dist/
|
|
|
|
|
2014-10-22 10:01:48 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2013-03-07 06:38:26 +01:00
|
|
|
HOMEPAGE= http://se-editor.org/
|
|
|
|
COMMENT= Screen oriented version of ed
|
|
|
|
LICENSE= public-domain
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2020-05-20 08:09:03 +02:00
|
|
|
# pat.c: In function 'amatch':
|
|
|
|
# pat.c:101:10: error: array subscript has type 'char' [-Werror=char-subscripts]
|
|
|
|
# tagbeg[*(ppat + 1)] = lastc - lin;
|
|
|
|
# Maybe fix this later.
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
|
|
|
|
|
2013-03-07 06:38:26 +01:00
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|