# New ports collection makefile for: libspf # Date created: 28 February 2004 # Whom: Daniel Roethlisberger # # $FreeBSD$ # PORTNAME= libspf DISTVERSION= 1.0.0-p5 CATEGORIES= mail MASTER_SITES= http://www.libspf.org/files/src/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mnag/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Sender Policy Framework (SPF) library and client USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes PORTDOCS= * OPTIONS_DEFINE= RFC_RECURSION LOGFILE_STATS DEBUG DOCS RFC_RECURSION_DESC= Change SPF recursion to 20 (as per RFC) LOGFILE_STATS_DESC= Enables logfile stats .include .if ${PORT_OPTIONS:MRFC_RECURSION} CONFIGURE_ARGS+= --enable-rfc-recursion .endif .if ${PORT_OPTIONS:MLOGFILE_STATS} CONFIGURE_ARGS+= --enable-logfile-stats .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug .endif post-patch: @${REINPLACE_CMD} -e "s|CFLAGS =|CFLAGS +=|" \ ${WRKSRC}/src/libspf/Makefile.in ${WRKSRC}/src/spfqtool/Makefile.in post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${FIND} ${WRKSRC}/docs -type d -name CVS | ${XARGS} ${RM} -rf .for i in docs docs/API docs/API/doxygen docs/API/doxygen/html docs/RFC docs/qmail \ docs/qmail/1.03 docs/qmail/1.04 docs/qmail/1.05 docs/spfqtool docs/Postfix \ docs/Postfix/2.1.x docs/Sendmail docs/Sendmail/8.12.x docs/Sendmail/8.13.x \ docs/Courier-MTA docs/history @${MKDIR} ${DOCSDIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ ${INSTALL_DATA} $${f} ${DOCSDIR}/${i}; \ done .endfor .endif @${MKDIR} ${EXAMPLESDIR} @${FIND} ${WRKSRC}/examples -type d -name CVS | ${XARGS} ${RM} -rf .for i in examples/qmail examples/qmail/control examples/Sendmail @${MKDIR} ${EXAMPLESDIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ ${INSTALL_DATA} $${f} ${EXAMPLESDIR}/${i}; \ done .endfor @${MKDIR} ${DATADIR} @${FIND} ${WRKSRC}/patches -type d -name CVS | ${XARGS} ${RM} -rf .for i in patches patches/qmail patches/qmail/1.03 patches/qmail/1.05 patches/Postfix \ patches/Postfix/2.1.x patches/Sendmail patches/Sendmail/8.12.x patches/Sendmail/8.13.x \ patches/Courier-MTA @${MKDIR} ${DATADIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ ${INSTALL_DATA} $${f} ${DATADIR}/${i}; \ done .endfor .include m_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* math/glm: update to 0.9.7.1,1jbeich2015-12-101-0/+1
| | | | | | Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1 PR: 203181 Approved by: maintainer timeout (83 days)
* Convert the rest to USE_GLjbeich2015-09-201-1/+1
| | | | | Tested by: make describe (only touched ports) Approved by: portmgr blanket
* Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.jkim2015-05-091-1/+1
|
* Revert r373755. It did not work because glm 0.9.6.0 removed support forjkim2014-12-051-1/+1
| | | | pre-C++11 compiler AND library. math/glm was reverted to 0.9.5.4 for now.
* Enforce clang or modern gcc to build since recent math/glm update breaksbapt2014-12-021-1/+1
| | | | with gcc from base
* Fix buildbapt2014-10-071-1/+1
|