Index: head/devel/gnucflow/Makefile =================================================================== --- head/devel/gnucflow/Makefile (revision 394878) +++ head/devel/gnucflow/Makefile (revision 394879) @@ -1,42 +1,28 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= gnucflow PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= ftp://download.gnu.org.ua/pub/release/cflow/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= cflow-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool to chart control flow within the C program CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]* -USES= tar:bzip2 gmake +USES= gmake tar:bzip2 GNU_CONFIGURE= yes INFO= cflow -PLIST_FILES= bin/cflow - OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" -PLIST_FILES+= share/locale/da/LC_MESSAGES/cflow.mo \ - share/locale/fi/LC_MESSAGES/cflow.mo \ - share/locale/ga/LC_MESSAGES/cflow.mo \ - share/locale/id/LC_MESSAGES/cflow.mo \ - share/locale/pl/LC_MESSAGES/cflow.mo \ - share/locale/uk/LC_MESSAGES/cflow.mo \ - share/locale/vi/LC_MESSAGES/cflow.mo \ - share/locale/zh_CN/LC_MESSAGES/cflow.mo -.else -CONFIGURE_ARGS+=--disable-nls -.endif +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" +NLS_CONFIGURE_OFF= --disable-nls .include Index: head/devel/gnucflow/pkg-plist =================================================================== --- head/devel/gnucflow/pkg-plist (nonexistent) +++ head/devel/gnucflow/pkg-plist (revision 394879) @@ -0,0 +1,9 @@ +bin/cflow +%%NLS%%share/locale/da/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/fi/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/ga/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/id/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/pl/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/uk/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/vi/LC_MESSAGES/cflow.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/cflow.mo Property changes on: head/devel/gnucflow/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property