Add NO_STAGE all over the place in preparation for the staging support (cat: science)
This commit is contained in:
@@ -14,6 +14,7 @@ MANCOMPRESSED= yes
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: 2dhf
|
||||
# Date created: 24 July 2003
|
||||
# Whom: NAKATA, Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# Created by: NAKATA, Maho <maho@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= 2dhf
|
||||
PORTVERSION= 2005.05
|
||||
@@ -57,6 +53,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= all
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MEXAMPLES}
|
||||
|
||||
@@ -13,4 +13,5 @@ COMMENT= A MORE flexible neural network package
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -15,4 +15,5 @@ LICENSE= GPLv2
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -13,4 +13,5 @@ COMMENT= Bayesian Inference for Marketing/Micro-econometrics
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -15,4 +15,5 @@ LICENSE= GPLv2
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -13,4 +13,5 @@ COMMENT= R Package for Ecological Inference in 2x2 Tables
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -13,4 +13,5 @@ COMMENT= Epidemiological calculator
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -13,4 +13,5 @@ COMMENT= Support for simple parallel computing in R
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -15,4 +15,5 @@ LICENSE= GPLv3
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: abinit
|
||||
# Date Created: 18 March 2004
|
||||
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# Created by: NAKATA Maho <maho@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abinit
|
||||
PORTVERSION= 5.7.3
|
||||
@@ -38,6 +34,7 @@ BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 \
|
||||
USE_GHOSTSCRIPT_BUILD= yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
|
||||
@@ -33,6 +33,7 @@ RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \
|
||||
|
||||
USES= gettext iconv gmake motif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
|
||||
@@ -31,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= avogadro.1 avopkg.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
|
||||
@@ -16,6 +16,7 @@ LIB_DEPENDS+= bdd:${PORTSDIR}/science/buddy \
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bft
|
||||
# Date created: Sun 1 apr 2007
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bft
|
||||
PORTVERSION= 1.1.5
|
||||
@@ -26,6 +22,7 @@ MAN1= bft-config.1
|
||||
|
||||
TESTSBIN= bft_test bft_mem_usage_test bft_printf_test
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
# No useful doc there
|
||||
${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: bodr
|
||||
# Date created: 21 May 2007
|
||||
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
||||
#
|
||||
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bodr
|
||||
@@ -20,6 +17,7 @@ USE_GMAKE= yes
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|{datadir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
||||
@@ -19,4 +19,5 @@ USE_ZIP= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: buddy
|
||||
# Date created: 31 August 2004
|
||||
# Whom: Leland Wang <llwang@infor.org>
|
||||
#
|
||||
# Created by: Leland Wang <llwang@infor.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= buddy
|
||||
PORTVERSION= 2.4
|
||||
@@ -21,6 +17,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
||||
@@ -23,6 +23,7 @@ PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cdf
|
||||
# Date created: 26 January 2006
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdf3
|
||||
PORTVERSION= 3.3.0
|
||||
@@ -33,6 +29,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
DEFS= B C K
|
||||
PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
|
||||
@@ -23,6 +23,7 @@ USES= gmake pathfix
|
||||
HDF5_VER?= 18
|
||||
NETCDF_VER?= 4
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNETCDF} && ${PORT_OPTIONS:MHDF5} && ${NETCDF_VER} == 4 && ${HDF5_VER} == 16
|
||||
|
||||
@@ -28,6 +28,7 @@ SZIP_DESC= SZIP support in HDF5
|
||||
|
||||
OPTIONS_DEFAULT=HDF5 TESTS TOOLS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHDF5}
|
||||
|
||||
@@ -22,6 +22,7 @@ USE_FPC= yes
|
||||
|
||||
PLIST_FILES= bin/checkmol bin/matchmol
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|*-*-solaris*|*| ; s|rsvg|rsvg-convert|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
||||
|
||||
@@ -29,6 +29,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include/libEMF
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/libEMF
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure.in
|
||||
@${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure
|
||||
|
||||
@@ -19,6 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
#isolate libEMF stuff
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: clhep
|
||||
# Date created: 6 May 2001
|
||||
# Whom: will
|
||||
#
|
||||
# Created by: will
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clhep
|
||||
PORTVERSION= 2.1.0.1
|
||||
@@ -24,6 +20,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
|
||||
@@ -30,6 +30,7 @@ PORTDOCS= *
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/colt.jar
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-fetch:
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: crf++
|
||||
# Date created: 2006-07-27
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= crf++
|
||||
PORTVERSION= 0.54
|
||||
@@ -19,4 +15,5 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -24,6 +24,7 @@ PORTEXAMPLES= *
|
||||
|
||||
RESTRICTED= No commercial use
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
||||
@@ -27,6 +27,7 @@ PLIST_FILES= bin/devisorgrid
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
||||
@@ -27,6 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/source
|
||||
|
||||
MPIF90= ${LOCALBASE}/mpi/openmpi/bin/mpif90
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGUI}
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
############################################################################
|
||||
# New ports collection Makefile for: DTI-Query
|
||||
# Date created: 10 July 2006
|
||||
# Whom: Jason W. Bacon <jwbacon@tds.net>
|
||||
#
|
||||
# Created by: Jason W. Bacon <jwbacon@tds.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
############################################################################
|
||||
|
||||
PORTNAME= dtiquery
|
||||
PORTVERSION= 1.1
|
||||
@@ -42,6 +36,7 @@ MAN1= dtiquery.1 \
|
||||
dtiprecompute_cmd.1 \
|
||||
dtiprecompute_gui.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}.tar.gz)
|
||||
|
||||
@@ -40,6 +40,7 @@ CONFIGURE_ARGS+=--with-adf=${LOCALBASE} \
|
||||
CONFIGURE_ARGS+=--without-adf --without-ccm
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: elmer-eio
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= eio
|
||||
PORTVERSION= 5.4.0
|
||||
@@ -22,6 +18,7 @@ ALL_TARGET=
|
||||
|
||||
PLIST_FILES= include/eio_api.h lib/libeioc.a lib/libeiof.a
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: hutiter
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hutiter
|
||||
PORTVERSION= 5.4.0
|
||||
@@ -20,6 +16,7 @@ LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack
|
||||
|
||||
USE_FORTRAN= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS)
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Elmer-MatC
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= matc
|
||||
PORTVERSION= 5.4.0
|
||||
@@ -22,6 +18,7 @@ USE_FORTRAN= g77
|
||||
|
||||
PLIST_SUB= ARCH=${MACHINE_ARCH}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: elmer-meshgen2d
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= meshgen2d
|
||||
PORTVERSION= 5.0.0
|
||||
@@ -21,4 +17,5 @@ ALL_TARGET=
|
||||
PLIST_FILES= bin/ElmerMesh2D \
|
||||
bin/Mesh2D
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ElmerGrid
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= elmergrid
|
||||
PORTVERSION= 5.4.0
|
||||
@@ -19,4 +15,5 @@ GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/ElmerGrid
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: elmerpost
|
||||
# Date created: 5 Jan 2006
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= elmerpost
|
||||
PORTVERSION= 5.4.0
|
||||
@@ -28,6 +24,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_FORTRAN= g77
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: epte
|
||||
# Date created: 2010-09-01
|
||||
# Whom: Frederic Culot <frederic@culot.org>
|
||||
#
|
||||
# Created by: Frederic Culot <frederic@culot.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= epte
|
||||
PORTVERSION= 2.0.8
|
||||
@@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/epte
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
||||
@@ -17,6 +17,7 @@ BINFILES= busgen capgen cubegen fastcap pipedgen pyragen
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
||||
@@ -13,6 +13,7 @@ HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= config
|
||||
WRKSRC = ${WRKDIR}/fasthenry-3.0wr
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -Ee '/CFLAGS =/{s/=/+=/;s/-O[[:digit:]]*//;}' \
|
||||
${WRKSRC}/src/fasthenry/Makefile.default \
|
||||
|
||||
@@ -32,6 +32,7 @@ MAN4= corduroy.4 felt.4
|
||||
DOCSDIR= ${PREFIX}/share/doc/FElt
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/FElt
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|["<]malloc\.h[">]|<stdlib.h>|g'
|
||||
|
||||
@@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
PLIST_FILES= bin/flounder bin/igbhead
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUPLOT}
|
||||
|
||||
@@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../fvcom
|
||||
MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
|
||||
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
@@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
RESTRICTED= may not be redistributed because of licensing reasons
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
|
||||
|
||||
@@ -51,6 +51,7 @@ MAN1= fvm-config.1
|
||||
|
||||
TESTSBIN= fvm_file_test fvm_interface_test fvm_selector_postfix_test fvm_selector_test
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's|-lmpich|-lmpich -lmpl|' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
@@ -23,6 +23,7 @@ PLIST_FILES= bin/g3data %%EXAMPLESDIR%%/test1.png %%EXAMPLESDIR%%/test1.values \
|
||||
%%EXAMPLESDIR%%/test2.png %%EXAMPLESDIR%%/test2.values
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/test1.png ${EXAMPLESDIR}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gamess
|
||||
# Date created: 2007-3-13
|
||||
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# Created by: NAKATA Maho <maho@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gamess
|
||||
PORTVERSION= ${SNAPDATE}
|
||||
@@ -29,6 +25,7 @@ IGNORE=you must manually get the source distribution from master site. http://ww
|
||||
|
||||
MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable.
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libgoto2.so)
|
||||
|
||||
@@ -45,6 +45,7 @@ PLIST_SUB= VER=0.14 GOFFICE=0.10
|
||||
OPTIONS_DEFINE= XUL
|
||||
XUL_DESC= Build browser plugin (requires libxul)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MXUL}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Created y: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdis
|
||||
@@ -29,6 +28,7 @@ PLIST_DIRS= %%DATADIR%%
|
||||
DESKTOP_ENTRIES="GDIS" "Molecular modelling GUI" \
|
||||
"${PREFIX}/share/pixmaps/gdis.xpm" "${PORTNAME}" "" true
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
||||
@@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= getdp.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${WRKSRC}/doc && ${FIND} -s ${WRKSRC}/doc/* | ${SED} -e 's#${WRKSRC}/doc/##' | ${CPIO} -pmud -R ${BINOWN}:${BINGRP} ${DOCSDIR}
|
||||
|
||||
@@ -31,4 +31,5 @@ PLIST_SUB= GHEMICAL_VERSION="${PORTVERSION}"
|
||||
|
||||
MAKE_ENV= PKG_CONFIG=${LOCALBASE}/pkg-config
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ghmm
|
||||
# Date created: 2006-07-26
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ghmm
|
||||
PORTVERSION= 0.7.0b
|
||||
@@ -18,6 +14,7 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|tests doc VisualC|tests VisualC|' ${WRKSRC}/configure
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler
|
||||
LICENSE= GPLv2
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
NO_STAGE= yes
|
||||
# You may define these options:
|
||||
#
|
||||
# - WITHOUT_GRAPHICSMAGICK: remove GraphicsMagick support
|
||||
|
||||
@@ -37,6 +37,7 @@ ENCHANT_DESC= Spellchecking support
|
||||
PYWEBKITGTK_DESC= Use webkit backend for Geographic view
|
||||
EXIV_DESC= Managing exiv metadata support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MENCHANT}
|
||||
|
||||
@@ -57,6 +57,7 @@ MAN1= do_dssp.1 editconf.1 eneconv.1 g_anadock.1 \
|
||||
xpm2ps.1
|
||||
MAN7= gromacs.7
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MATLAS}
|
||||
|
||||
@@ -21,4 +21,5 @@ AUTOMAKE_ARGS= -i --add-missing --foreign --copy
|
||||
MAN1= gsmc.1
|
||||
PLIST_FILES= bin/gsmc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -20,6 +20,7 @@ USE_GNUSTEP_INSTALL= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Source
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${RM} "${WRKSRC}/obj"
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ GCONF_SCHEMAS= gwyddion-thumbnailer.schemas
|
||||
|
||||
MAN1= gwyddion.1 gwyddion-thumbnailer.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
# New ports collection makefile for: h5utils
|
||||
# Date created: Mar 11, 2011
|
||||
# Whom: Klaus Aehlig <aehlig@linta.de>
|
||||
# Created by: Klaus Aehlig <aehlig@linta.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= h5utils
|
||||
@@ -27,4 +25,5 @@ LIB_DEPENDS += hdf5:${PORTSDIR}/science/hdf5 \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
matheval.1:${PORTSDIR}/devel/libmatheval
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: science/harminv
|
||||
# Date created: 26 Dec 2009
|
||||
# Whom: Stas Timokhin <devel@stasyan.com>
|
||||
#
|
||||
# Created by: Stas Timokhin <devel@stasyan.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= harminv
|
||||
PORTVERSION= 1.3.1
|
||||
@@ -30,6 +26,7 @@ LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \
|
||||
blas.2:${PORTSDIR}/math/blas \
|
||||
lapack.4:${PORTSDIR}/math/lapack
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
@@ -37,6 +37,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
OPTIONS_DEFINE= SZIP DOCS
|
||||
SZIP_DESC= SZIP support (must match with science/hdf5-18)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSZIP}
|
||||
|
||||
@@ -27,6 +27,7 @@ USE_LDCONFIG= yes
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
MAN3= gr_chunk.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
||||
@@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-cxx \
|
||||
--with-pthread=/usr \
|
||||
--with-zlib=/usr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
||||
@@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-debug \
|
||||
ALL_TARGET= lib progs
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_FORTRAN)
|
||||
|
||||
@@ -15,5 +15,6 @@ USE_CABAL= mtl parallel parsec QuickCheck>=2 tagsoup>=0.8
|
||||
|
||||
EXECUTABLE= fastout flowclip flx frecover frename orf rselect-pe
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -29,6 +29,7 @@ OPTIMIZED_FFLAGS_DESC= Use extra compiler (fortran) optimizations
|
||||
DOCS_DISTFILES+= man.4_2.ps.gz
|
||||
EXAMPLES_DISTFILES+= example_cases${EXTRACT_SUFX}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+;' \
|
||||
${WRKSRC}/makefile
|
||||
|
||||
@@ -41,6 +41,7 @@ ALL_TARGET= main
|
||||
NO_BUILD= yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-fetch:
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection Makefile for: JStrack
|
||||
# Date created: 2010-06-28
|
||||
# Whom: Chris Rees <utisoft@gmail.com>
|
||||
#
|
||||
# Created by: Chris Rees <utisoft@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jstrack
|
||||
PORTVERSION= 3.3.4
|
||||
@@ -34,6 +30,7 @@ SUB_LIST= WISH=${WISH}
|
||||
|
||||
PORTDOCS= 00-README_FIRST.txt HISTORY install.txt jstrackdoc-v2.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/${PORTNAME}
|
||||
.for f in filt httpfilt tracker
|
||||
|
||||
@@ -30,4 +30,5 @@ USE_LDCONFIG= yes
|
||||
|
||||
MAN1= kalzium.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -31,6 +31,7 @@ FITS_DESC= Support for data in FITS format
|
||||
MATLAB_DESC= Support for data in MATLAB format
|
||||
NETCDF_DESC= Support for data in NetCDF format
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MFITS}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: lamprop
|
||||
# Date created: 15 May 2005
|
||||
# Whom: rsmith@xs4all.nl
|
||||
#
|
||||
# Created by: rsmith@xs4all.nl
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lamprop
|
||||
PORTVERSION= 1.3.3
|
||||
@@ -28,6 +24,7 @@ MAKE_ENV= NOPORTDOCS=yes
|
||||
PORTDOCS= LICENSE README NEWS
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \
|
||||
|
||||
@@ -17,6 +17,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
MAN1= gen-ctl-io.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
|
||||
@@ -26,4 +26,5 @@ USE_FORTRAN= yes
|
||||
CONFIGURE_ARGS+= --enable-mpqc
|
||||
PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -17,6 +17,7 @@ ALL_TARGET= # empty
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libkml
|
||||
# Date created: 3rd Oct, 2009
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libkml
|
||||
PORTVERSION= 1.2.0
|
||||
@@ -23,4 +19,5 @@ USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -23,6 +23,7 @@ TXT_DOCS= COPYRIGHT README
|
||||
|
||||
PLIST_FILES= bin/train bin/predict
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: liboglappth
|
||||
# Date created: 2008/8/21
|
||||
# Whom: Nakata Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nakata Maho <maho@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liboglappth
|
||||
@@ -23,4 +20,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: libquantum
|
||||
# Date created: 6 Aug, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libquantum
|
||||
PORTVERSION= 1.1.0
|
||||
@@ -18,4 +14,5 @@ USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libsvm-python
|
||||
# Date Created: Nov 16 2004
|
||||
# Whom: rafan@infor.org
|
||||
#
|
||||
# Created by: rafan@infor.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -python
|
||||
|
||||
@@ -13,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../../science/libsvm
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
@@ -44,6 +44,7 @@ SUB_LIST= DATADIR=${DATADIR}
|
||||
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
||||
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^Icon/s|/usr/share|${PREFIX}/share|' \
|
||||
|
||||
@@ -30,4 +30,5 @@ MAKE_JOBS_UNSAFE= yes
|
||||
MAN7= massxpert-data.7
|
||||
MAN1= massxpert.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -25,6 +25,7 @@ PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
||||
@@ -29,6 +29,7 @@ CHACO_DESC= Enable chaco-support
|
||||
GINAC_DESC= Enable GiNaC-support (not implemented yet)
|
||||
TCL_DESC= Enable tcl-support (not implemented yet)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
||||
@@ -38,6 +38,7 @@ MAN1= mcconvert.1 \
|
||||
mcrun.1 \
|
||||
mcstas.1 \
|
||||
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
@cd ${WRKSRC}; make pgplot
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ PLIST_FILES+= ${MESHES:S|^|%%EXAMPLESDIR%%/|}
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
. endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
cd ${WRKDIR} && \
|
||||
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${LIBTARBALL} ${EXTRACT_AFTER_ARGS} --exclude ${MAKEFILE}
|
||||
|
||||
@@ -33,6 +33,7 @@ OPTIONS_DEFINE= OPENMPI
|
||||
OPTIONS_DEFAULT= OPENMPI
|
||||
OPENMPI_DESC= MPI support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENMPI}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: mei
|
||||
# Date created: Wed 18 apr 2012
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mei
|
||||
PORTVERSION= 1.0.3
|
||||
@@ -30,6 +26,7 @@ CONFIGURE_ARGS= --with-bft=${LOCALBASE}
|
||||
MAN1= mei-config.1
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
NO_STAGE= yes
|
||||
regression-test:
|
||||
(cd ${WRKSRC}/tests && \
|
||||
${MAKE} check && \
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
############################################################################
|
||||
# New ports collection Makefile for: minc 1.x (Medical Imaging NetCDF)
|
||||
# Date created: 21 Dec 2005
|
||||
# Whom: jbacon
|
||||
#
|
||||
# Created by: jbacon
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
############################################################################
|
||||
# http://www.bic.mni.mcgill.ca/software/minc/
|
||||
@@ -76,6 +71,7 @@ MAN3= ParseArgv.3
|
||||
|
||||
FETCH_ARGS+= -F
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ CMAKE_ARGS= -DMINC2_BUILD_SHARED_LIBS:BOOL=YES
|
||||
CONFLICTS= minc-1* zh-tk-[0-9]*
|
||||
LATEST_LINK= minc2
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ USE_FPC= yes
|
||||
PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ LIB_DEPENDS= fftw:${PORTSDIR}/math/fftw \
|
||||
|
||||
USE_FORTRAN= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: mpqc-mpich
|
||||
# Date created: 27 April 2001
|
||||
# Whom: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
|
||||
#
|
||||
# Created by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mpqc
|
||||
|
||||
@@ -11,4 +7,5 @@ PKGNAMESUFFIX= -mpich
|
||||
|
||||
WITH_MPICH= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: mpqc
|
||||
# Date created: 27 April 2001
|
||||
# Whom: batman <batman@udel.edu>
|
||||
#
|
||||
# Created by: batman <batman@udel.edu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mpqc
|
||||
PORTVERSION= 2.3.1
|
||||
@@ -18,6 +14,7 @@ USES= perl5 gmake
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_ICC)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user