1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/remake/Makefile
2021-04-06 16:31:07 +02:00

35 lines
723 B
Makefile

# Created by: arved
PORTNAME= remake
PORTVERSION= 1.5
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>