mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
47846c1bfe
P3Scan is a transparent POP3-Proxy with virus-scanning capabilities. This means that all your POP3-Clients in the Network can't fetch mails from the internet without that P3Scan have scanned it. If a virus has been found the mail is replaced with a notification and the original (infeceted) version is stored on the harddisc. Transparent means, that neither the client nor any of the used POP3-servers has to be configured. This port is based on mail/pop3vscan, but the development for that port seems to have ceased. WWW: http://p3scan.sourceforge.net/
20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
--- ripmime/tnef/Makefile.orig Sat Nov 15 20:39:06 2003
|
|
+++ ripmime/tnef/Makefile Wed Feb 18 11:03:29 2004
|
|
@@ -1,13 +1,13 @@
|
|
|
|
-CC=cc
|
|
+CC?=cc
|
|
|
|
# Possible platforms are SUN, HPUX, DEC, SGI, AIX, Linux and MSDOS
|
|
# The main definitions are for 32/16 bits and for byte order, the
|
|
# default is big endian. You can do -D__TNEF_BYTE_ORDER 1234 for little
|
|
# endian
|
|
-PLATFORM=-D___TNEF_BYTE_ORDER=4321
|
|
+PLATFORM=-D___TNEF_BYTE_ORDER=_BYTE_ORDER -include /usr/include/machine/endian.h
|
|
#CFLAGS = -O2 -ggdb
|
|
-CFLAGS = -Wall -g -I..
|
|
+CFLAGS += -Wall -g -I..
|
|
|
|
|
|
default: config.h tnef.h tnef.c
|