summaryrefslogtreecommitdiff
path: root/editors/zile/Makefile
blob: f2187b729fed9d90ea36e06588b6046ddff79459 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PORTNAME=	zile
PORTVERSION=	2.6.2
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	GNU

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Small emacs-like text editor
WWW=		https://www.gnu.org/software/zile/

LICENSE=	GPLv3

BUILD_DEPENDS=	${LOCALBASE}/bin/help2man:misc/help2man
LIB_DEPENDS=	libgc.so:devel/boehm-gc \
		libgee-0.8.so:devel/libgee \
		libgnuregex.so.6:devel/libgnuregex

USES=		compiler:c++11-lang gmake gnome localbase:ldflags  \
		ncurses perl5 pkgconfig
USE_GNOME=	glib20
USE_PERL5=	build

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--without-included-regex

LDFLAGS+=	-lgnuregex

PLIST_FILES= bin/${PORTNAME} \
		share/man/man1/${PORTNAME}.1.gz \
		%%DOCSDIR%%/AUTHORS \
		%%DOCSDIR%%/dotzile.sample \
		%%DOCSDIR%%/FAQ \
		%%DOCSDIR%%/NEWS

.include <bsd.port.pre.mk>

.if ${COMPILER_TYPE} == clang
CFLAGS+=	-Wno-error=incompatible-function-pointer-types
.endif

post-patch:
	@${REINPLACE_CMD} -e \
		'/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in
	@${REINPLACE_CMD} -e \
		's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/man-extras

.include <bsd.port.post.mk>