Index: head/science/bft/Makefile =================================================================== --- head/science/bft/Makefile (revision 361257) +++ head/science/bft/Makefile (revision 361258) @@ -1,32 +1,34 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= bft PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Base Functions and Types library LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= zip +USES= libtool zip USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip TESTSBIN= bft_test bft_mem_usage_test bft_printf_test pre-configure: # No useful doc there ${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in regression-test: .for pg in ${TESTSBIN} (cd ${WRKSRC}/tests; ./${pg} arg1 arg2) .endfor .include Index: head/science/bft/pkg-plist =================================================================== --- head/science/bft/pkg-plist (revision 361257) +++ head/science/bft/pkg-plist (revision 361258) @@ -1,18 +1,18 @@ bin/bft-config include/bft_backtrace.h include/bft_config.h include/bft_config_priv.h include/bft_error.h include/bft_file.h include/bft_fp_trap.h include/bft_mem.h include/bft_mem_usage.h include/bft_printf.h include/bft_sys_info.h include/bft_timer.h include/bft_version.h lib/libbft.a -lib/libbft.la lib/libbft.so lib/libbft.so.1 +lib/libbft.so.1.0.0 man/man1/bft-config.1.gz