aboutsummaryrefslogtreecommitdiff
path: root/devel/remake/Makefile
blob: f1a092c20211f264762bca7a26ffa95127a9eef7 (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
# Created by: arved

PORTNAME=	remake
PORTVERSION=	1.6
CATEGORIES=	devel
MASTER_SITES=	SF/bashdb/remake/4.3+dbg-${PORTVERSION}/
DISTNAME=	remake-4.3+dbg-${PORTVERSION}

MAINTAINER=	arved@FreeBSD.org
COMMENT=	Fork of gmake with debugger

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
USES=		readline
INFO=		remake
CONFIGURE_ARGS=	--without-guile
CFLAGS+=	-fcommon

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext iconv
NLS_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG} \
			--with-libintl-prefix=${LOCALBASE}
NLS_CONFIGURE_ENABLE=	nls

post-patch:
	${REINPLACE_CMD} -e "s,remake.info make.info,remake.info,; \
		s,make.info remake.info,remake.info," \
		${WRKSRC}/doc/Makefile.in

.include <bsd.port.mk>