freebsd-ports/devel/remake/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

30 lines
590 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= remake
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/bashdb/remake/4.2+dbg-${PORTVERSION}/
DISTNAME= remake-4.2.1+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
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \
--with-libintl-prefix=${LOCALBASE}
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>