diff options
Diffstat (limited to 'news/husky-areafix')
-rw-r--r-- | news/husky-areafix/Makefile | 16 | ||||
-rw-r--r-- | news/husky-areafix/pkg-descr | 6 | ||||
-rw-r--r-- | news/husky-areafix/pkg-plist | 9 |
3 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-areafix/Makefile b/news/husky-areafix/Makefile new file mode 100644 index 0000000..94a7067 --- /dev/null +++ b/news/husky-areafix/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= husky-areafix +CATEGORIES= news mail + +MAINTAINER= osharoiko@gmail.com +COMMENT= Husky FTN areafix library + +LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf + +USE_LDCONFIG= yes + +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR= areafix + +.include <bsd.port.mk> diff --git a/news/husky-areafix/pkg-descr b/news/husky-areafix/pkg-descr new file mode 100644 index 0000000..1c3b726 --- /dev/null +++ b/news/husky-areafix/pkg-descr @@ -0,0 +1,6 @@ +MSGAPI for Husky Fidosoft Project. +Development version. + +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ diff --git a/news/husky-areafix/pkg-plist b/news/husky-areafix/pkg-plist new file mode 100644 index 0000000..21ae7a3 --- /dev/null +++ b/news/husky-areafix/pkg-plist @@ -0,0 +1,9 @@ +include/areafix/afglobal.h +include/areafix/areafix.h +include/areafix/callback.h +include/areafix/query.h +include/areafix/version.h +lib/libareafix.a +lib/libareafix.so +lib/libareafix.so.1 +@dirrmtry include/areafix |