diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-10-29 17:01:26 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-10-29 17:01:26 +0800 |
commit | b1a09cf1875b2f40abc93e9a26770777e2c363b9 (patch) | |
tree | 1759a57dec5649898370007c8f3b7efc6267d090 /mail | |
parent | ed066470571e20c59dd3220ebef9fddeabbdb22a (diff) | |
download | freebsd-ports-gnome-b1a09cf1875b2f40abc93e9a26770777e2c363b9.tar.gz freebsd-ports-gnome-b1a09cf1875b2f40abc93e9a26770777e2c363b9.tar.zst freebsd-ports-gnome-b1a09cf1875b2f40abc93e9a26770777e2c363b9.zip |
This port is superseded by ports/news/husky-smapi.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/smapi/Makefile | 31 | ||||
-rw-r--r-- | mail/smapi/distinfo | 1 | ||||
-rw-r--r-- | mail/smapi/files/patch-aa | 16 | ||||
-rw-r--r-- | mail/smapi/pkg-descr | 16 | ||||
-rw-r--r-- | mail/smapi/pkg-plist | 15 |
6 files changed, 0 insertions, 80 deletions
diff --git a/mail/Makefile b/mail/Makefile index b1406692358a..331f7384dae2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -318,7 +318,6 @@ SUBDIR += silkymail SUBDIR += sma SUBDIR += smail - SUBDIR += smapi SUBDIR += smtpclient SUBDIR += smtpd SUBDIR += smtpfeed diff --git a/mail/smapi/Makefile b/mail/smapi/Makefile deleted file mode 100644 index f87b88da5014..000000000000 --- a/mail/smapi/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: smapi -# Date created: 19 June 2000 -# Whom: Sergey Samoyloff <gonza@techline.ru> -# -# $FreeBSD$ -# - -PORTNAME= smapi -PORTVERSION= 010423 -CATEGORIES= mail -MASTER_SITES= http://gonza.nm.ru/ports/ - -MAINTAINER= gonza@techline.ru -COMMENT= Modified Squish MSGAPI - -WRKSRC= ${WRKDIR}/smapi -MAKEFILE= makefile.bsd - -ALL_TARGET= libsmapibsd.a - -FILES= alc.h api_brow.h compiler.h ffind.h msgapi.h patmat.h prog.h \ - progprot.h stamp.h typedefs.h unused.h semaphor.h - -do-install: - ${MKDIR} ${PREFIX}/include/smapi -.for FILE in ${FILES} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/include/smapi -.endfor - ${INSTALL_DATA} ${WRKSRC}/libsmapibsd.a ${PREFIX}/lib/libsmapi.a - -.include <bsd.port.mk> diff --git a/mail/smapi/distinfo b/mail/smapi/distinfo deleted file mode 100644 index 0a8bb7598835..000000000000 --- a/mail/smapi/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (smapi-010423.tar.gz) = a9452cfac32d934123562da1edf448c4 diff --git a/mail/smapi/files/patch-aa b/mail/smapi/files/patch-aa deleted file mode 100644 index 7ec959debb3b..000000000000 --- a/mail/smapi/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- makefile.bsd.orig Wed Apr 5 00:47:31 2000 -+++ makefile.bsd Fri Jun 30 17:54:59 2000 -@@ -1,10 +1,10 @@ - # Legacy makefile for building on FreeBSD - # No support for the Husky build environment. - --CC= gcc --CFLAGS= -Wall -+CC?= gcc -+CFLAGS+=-Wall - CDEFS= -DUNIX --COPT= -O3 -+#COPT= -O3 - # add the following for FreeBSD/i386 - # -fomit-frame-pointer -fstrength-reduce -m486 - LIB= ar diff --git a/mail/smapi/pkg-descr b/mail/smapi/pkg-descr deleted file mode 100644 index 1046761f4c49..000000000000 --- a/mail/smapi/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -SMAPI; Modified Squish MSGAPI - version 1.4 - -Squish MSGAPI0 is copyright 1991 by Scott J. Dudley. All rights reserved. -Modifications released to the public domain. - -Contained in this archive is the source code for the Squish MSGAPI which -can be used to access Squish format message bases. It is based heavily -on Scott Dudley's original MSGAPI0 code and was modified to support -compilation on platforms in addition to those supported by MSGAPI0. - -SUPPORT - -SMAPI is no longer supported by Andrew Clarke. - -Latest smapi available at -WWW: http://cvs.physcip.uni-stuttgart.de/cvs2/ diff --git a/mail/smapi/pkg-plist b/mail/smapi/pkg-plist deleted file mode 100644 index 7924090b5b8f..000000000000 --- a/mail/smapi/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@comment $FreeBSD$ -include/smapi/alc.h -include/smapi/api_brow.h -include/smapi/compiler.h -include/smapi/ffind.h -include/smapi/msgapi.h -include/smapi/patmat.h -include/smapi/prog.h -include/smapi/progprot.h -include/smapi/stamp.h -include/smapi/semaphor.h -include/smapi/typedefs.h -include/smapi/unused.h -@dirrm include/smapi -lib/libsmapi.a |