# New ports collection makefile for: libspf # Date created: 28 February 2004 # Whom: Daniel Roethlisberger # # $FreeBSD$ # PORTNAME= libspf DISTVERSION= 1.0.0-p3 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.libspf.org/files/src/ MAINTAINER= mnag@FreeBSD.org COMMENT= Sender Policy Framework (SPF) library and client USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes OPTIONS= RFC_RECURSION "Change SPF recursion to 20 (as per RFC)" off \ LOGFILE_STATS "Enables logfile stats" off \ DEBUG "Enables debug option" off .include .if !defined(WITHOUT_RFC_RECURSION) CONFIGURE_ARGS+= --enable-rfc-recursion .endif .if !defined(WITHOUT_LOGFILE_STATS) CONFIGURE_ARGS+= --enable-logfile-stats .endif .if !defined(WITHOUT_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-install: .if !defined(NOPORTDOCS) @${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 ndabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_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 (Expand)AuthorAgeFilesLines
* Add SHA256mnag2005-11-091-0/+1
* Update to 2.1.17mnag2005-11-072-5/+4
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Fix duplicate LATEST_LINK.tmclaugh2005-10-141-1/+1
* - Add gmime2-sharp, slave port of gmime2. This port provides the C#tmclaugh2005-10-052-5/+24
* Drop maintainership, since I'm buried in the $REALLIFE stuff.krion2005-09-141-1/+1
* Update to 2.1.16krion2005-08-283-3/+29
* Update to 2.1.15krion2005-06-164-43/+3
* Update to 2.1.14krion2005-04-022-4/+3
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* Update to 2.1.13krion2005-03-112-3/+3
* Update to version 2.1.12krion2005-02-222-3/+3
* Update to 2.1.11krion2005-01-313-6/+6
* Update to 2.1.10krion2005-01-176-14/+28
* Install documentation to DOCSDIR.krion2004-12-164-83/+40
* Switch to USE_LIBTOOL_VER.krion2004-11-102-3/+2
* Fix plist. Notified maintainer. Not bumping port version because it wasseanc2004-11-101-0/+1
* *grabs bleach and pours on infectious creeping GNOME software infestation*seanc2004-11-101-3/+3
* Update to 2.1.9krion2004-10-122-3/+3
* Update to 2.1.8krion2004-08-233-4/+3
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Update to version 2.1.7krion2004-07-083-3/+4
* - Update to version 2.1.6krion2004-06-073-3/+4
* - Update to version 2.1.5krion2004-05-183-87/+82
* - Update to version 2.1.4krion2004-05-043-11/+9
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+1
* - Update to version 2.1.3krion2004-03-133-5/+4
* - Update to version 2.1.2krion2004-02-154-19/+6
* - Fix MASTER_SITESkrion2004-02-081-2/+1
* - Oh no! s/LIST/LINKkrion2004-02-061-1/+1
* - "Annoying Reminder Guy II" wants LATEST_LIST.krion2004-02-061-0/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - SIZEifykrion2004-01-302-0/+2
* - Update to 2.1.1krion2003-12-06