diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2015-10-17 16:41:29 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-10-17 16:41:29 +0000 |
| commit | bc3fc9f856c62745f61d788e0f1e83cae8f57cb7 (patch) | |
| tree | d7c5175670c745dbbcf891e2f48c64b9033bfc9c /mail/openemm2013/files/patch-src__c__tools__GNUmakefile | |
| parent | net/ostinato: 0.5.1 -> 0.7.1 (diff) | |
New port: mail/openemm2013
OpenEMM is a feature-rich web-based enterprise application for email
marketing, newsletters and service mails (transaction mails and
event or time triggered mails). OpenEMM offers a great user interface,
sophisticated bounce management, link tracking, lots of graphical
realtime statistics, a CMS module and a scripting feature to implement
individual tasks.
OpenEMM is the first open source application for e-mail marketing.
Its code base has been developed since 1999 and is used - as part
of the commercial software product E-Marketing Manager (EMM) - by
companies like IBM, Daimler, Siemens and Deutsche Telekom.
OpenEMM offers already more than 95% of the functionality of most
commercial products and some features most commercial products do
not offer right now (for example MySQL support and CMS functionality).
WWW: http://www.openemm.org
PR: 196516
Submitted by: Horst Leitenmueller <horst.leitenmueller@liwest.at>
Diffstat (limited to 'mail/openemm2013/files/patch-src__c__tools__GNUmakefile')
| -rw-r--r-- | mail/openemm2013/files/patch-src__c__tools__GNUmakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/openemm2013/files/patch-src__c__tools__GNUmakefile b/mail/openemm2013/files/patch-src__c__tools__GNUmakefile new file mode 100644 index 000000000000..2d09751c081d --- /dev/null +++ b/mail/openemm2013/files/patch-src__c__tools__GNUmakefile @@ -0,0 +1,13 @@ +--- src/c/tools/GNUmakefile.orig 2013-09-11 08:30:37 UTC ++++ src/c/tools/GNUmakefile +@@ -20,8 +20,8 @@ + # Contributor(s): AGNITAS AG. + ################################################################################## + +-CC = gcc +-CFLAGS = -I../lib ++CC ?= clang ++CFLAGS += -I../lib + LDFLAGS = -L../lib + LIBS = -lagn + SQCTRL = qctrl.c qlib.c qmove.c qstat.c |
