diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
commit | 0d5846544c4935b3b0684396549171d6bbacfc36 (patch) | |
tree | 9a3bc9b19a52e8233cdb1528f5c5a6edaab382ee /news/husky-smapi | |
parent | 8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8 (diff) | |
download | FreeBSD-ports-0d5846544c4935b3b0684396549171d6bbacfc36.zip FreeBSD-ports-0d5846544c4935b3b0684396549171d6bbacfc36.tar.gz |
Add ports for Husky Fidosoft Project (most of modules from it).
Diffstat (limited to 'news/husky-smapi')
-rw-r--r-- | news/husky-smapi/Makefile | 22 | ||||
-rw-r--r-- | news/husky-smapi/distinfo | 1 | ||||
-rw-r--r-- | news/husky-smapi/files/patch-Makefile | 11 | ||||
-rw-r--r-- | news/husky-smapi/pkg-comment | 1 | ||||
-rw-r--r-- | news/husky-smapi/pkg-descr | 5 | ||||
-rw-r--r-- | news/husky-smapi/pkg-plist | 19 |
6 files changed, 59 insertions, 0 deletions
diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile new file mode 100644 index 0000000..7c180d8 --- /dev/null +++ b/news/husky-smapi/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: husky-base +# Date created: 6 January 2003 +# Whom: Max Khon +# +# $FreeBSD$ +# + +PORTNAME= smapi +PORTVERSION= 2.2.2 +PORTREVISION= 1 +CATEGORIES= news mail +DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION} + +MAINTAINER= fjoe@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base + +INSTALLS_SHLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/news/husky-base/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/news/husky-smapi/distinfo b/news/husky-smapi/distinfo new file mode 100644 index 0000000..e6ae394 --- /dev/null +++ b/news/husky-smapi/distinfo @@ -0,0 +1 @@ +MD5 (husky/smapi_2.2.2-1.tar.gz) = 6ba67f2c8ed3ca3ff4b2039736fe0a70 diff --git a/news/husky-smapi/files/patch-Makefile b/news/husky-smapi/files/patch-Makefile new file mode 100644 index 0000000..63e8b69 --- /dev/null +++ b/news/husky-smapi/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Jan 5 21:13:26 2003 ++++ Makefile Sun Jan 5 21:14:06 2003 +@@ -23,7 +23,7 @@ + endif + + CDEFS= -D$(OSTYPE) $(ADDCDEFS) +-VERH = 2.2 ++VERH = 2 + VER = 2.2.2 + + TARGET= $(LIBPREFIX)smapi$(LIB) diff --git a/news/husky-smapi/pkg-comment b/news/husky-smapi/pkg-comment new file mode 100644 index 0000000..29e971a --- /dev/null +++ b/news/husky-smapi/pkg-comment @@ -0,0 +1 @@ +MSGAPI for Husky Fidosoft Project diff --git a/news/husky-smapi/pkg-descr b/news/husky-smapi/pkg-descr new file mode 100644 index 0000000..75794a7 --- /dev/null +++ b/news/husky-smapi/pkg-descr @@ -0,0 +1,5 @@ +MSGAPI for Husky Fidosoft Project. + +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ diff --git a/news/husky-smapi/pkg-plist b/news/husky-smapi/pkg-plist new file mode 100644 index 0000000..8695d2a --- /dev/null +++ b/news/husky-smapi/pkg-plist @@ -0,0 +1,19 @@ +lib/libsmapi.so.2.2.2 +lib/libsmapi.so.2 +lib/libsmapi.so +lib/libsmapi.a +lib/patmat.o +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/typedefs.h +include/smapi/unused.h +include/smapi/semaphor.h +include/smapi/api_jam.h +@dirrm include/smapi |