diff options
author | marino <marino@FreeBSD.org> | 2014-08-20 06:10:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-20 06:10:13 +0800 |
commit | 3d4d2d68a554091c85a7ec238f031b615ba6b009 (patch) | |
tree | c0ad89697a6533f51e7c23b2de3c21c167e2128d /news/husky-areafix | |
parent | a7886f65bd5b5b77b083faf8d439deb8b4ece0d2 (diff) | |
download | freebsd-ports-gnome-3d4d2d68a554091c85a7ec238f031b615ba6b009.tar.gz freebsd-ports-gnome-3d4d2d68a554091c85a7ec238f031b615ba6b009.tar.zst freebsd-ports-gnome-3d4d2d68a554091c85a7ec238f031b615ba6b009.zip |
Remove '-devel' prefix from husky* ports
Today the older unstaged husky-* ports were removed as the first part
of a transition move the development versions into their place. This
commit completes the relocation of husky-*-devel ports.
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 000000000000..94a706709163 --- /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 000000000000..1c3b7260e711 --- /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 000000000000..21ae7a36ccf8 --- /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 |