diff options
Diffstat (limited to 'devel/remake/Makefile')
-rw-r--r-- | devel/remake/Makefile | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/devel/remake/Makefile b/devel/remake/Makefile index 29acbec17055..033ca8b3b257 100644 --- a/devel/remake/Makefile +++ b/devel/remake/Makefile @@ -2,17 +2,28 @@ # $FreeBSD$ PORTNAME= remake -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 1.3 CATEGORIES= devel -MASTER_SITES= SF/bashdb/remake/3.82+dbg-${PORTVERSION}/ -DISTNAME= remake-3.82+dbg${PORTVERSION} +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= gettext readline +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> |