diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-06-11 13:22:22 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-06-11 13:22:22 +0000 |
commit | 4c9f40ae56d47c9eb967e80bb0d53bb8361fc565 (patch) | |
tree | 9eb7e7c21f694639e9d244b850ab10cac7bc0ccd /devel/cppi | |
parent | d50712c39b4e4682f6f54ed7aa3aee785d6ae8c4 (diff) | |
download | ports-4c9f40ae56d47c9eb967e80bb0d53bb8361fc565.tar.gz ports-4c9f40ae56d47c9eb967e80bb0d53bb8361fc565.zip |
Notes
Diffstat (limited to 'devel/cppi')
-rw-r--r-- | devel/cppi/Makefile | 18 | ||||
-rw-r--r-- | devel/cppi/distinfo | 8 |
2 files changed, 14 insertions, 12 deletions
diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index eb1a4b5eb11d..7af6ffe1bf89 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -6,20 +6,26 @@ # PORTNAME= cppi -PORTVERSION= 1.12 +PORTVERSION= 1.15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= coreutils +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives -USE_BZIP2= yes -USE_GMAKE= yes +USE_XZ= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include PLIST_FILES= bin/cppi MAN1= cppi.1 +.ifndef WITHOUT_NLS +USE_GETTEXT= yes +.else +CONFIGURE_ARGS+=--disable-nls +.endif + .include <bsd.port.mk> diff --git a/devel/cppi/distinfo b/devel/cppi/distinfo index 528059be7c3d..5b5d6b220c1b 100644 --- a/devel/cppi/distinfo +++ b/devel/cppi/distinfo @@ -1,6 +1,2 @@ -MD5 (cppi-1.12.tar.bz2) = 3a9b8fa70cae2fb36b089a5f2ef4326f -SHA256 (cppi-1.12.tar.bz2) = 8cde71a6f9c2555969deb2a691ca2b5b67b350a3ce15025e38754cee247c1f78 -SIZE (cppi-1.12.tar.bz2) = 272977 -MD5 (cppi-1.12.tar.bz2.sig) = 59729a91216b131c06c1e867883e42f8 -SHA256 (cppi-1.12.tar.bz2.sig) = 6cdd7869f3742e502adf9f3fe5ade720e0d8afb17328d6511bb3b9f691658576 -SIZE (cppi-1.12.tar.bz2.sig) = 189 +SHA256 (cppi-1.15.tar.xz) = 82bfe3d7ae7a5ca208c71c34cb9b2967ce6251c112b548649a3b9bced9e57cab +SIZE (cppi-1.15.tar.xz) = 418936 |