diff options
author | eugen <eugen@FreeBSD.org> | 2017-05-25 19:45:07 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2017-05-25 19:45:07 +0800 |
commit | 9463e2d4ebd30a0f721091201eff5c906957b950 (patch) | |
tree | 5ce2700af9a31226f96f0c4a4ee082abbb320fda /news | |
parent | 96f36cf6597068c4820bae365c3adec25f0ae2e9 (diff) | |
download | freebsd-ports-gnome-9463e2d4ebd30a0f721091201eff5c906957b950.tar.gz freebsd-ports-gnome-9463e2d4ebd30a0f721091201eff5c906957b950.tar.zst freebsd-ports-gnome-9463e2d4ebd30a0f721091201eff5c906957b950.zip |
news/husky-sqpack is a subport for news/husky to purge squish and jam msgbases.
It is a part of Husky Fidosoft Project.
PR: 200481
Submitted by: Victor Sudakov <vas@mpeks.tomsk.su>
Approved by: vsevolod (mentor)
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/husky-sqpack/Makefile | 19 | ||||
-rw-r--r-- | news/husky-sqpack/pkg-descr | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index d6871a0783a6..06b8664c2eea 100644 --- a/news/Makefile +++ b/news/Makefile @@ -23,6 +23,7 @@ SUBDIR += husky-htick SUBDIR += husky-huskylib SUBDIR += husky-smapi + SUBDIR += husky-sqpack SUBDIR += ifmail SUBDIR += inn SUBDIR += knews diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile new file mode 100644 index 000000000000..3ffe1f48811e --- /dev/null +++ b/news/husky-sqpack/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= husky-sqpack + +COMMENT= Husky FTN msgbase packer + +LIB_DEPENDS= libfidoconfig.so:news/husky-fidoconf + +USE_LDCONFIG= yes +PLIST_FILES= bin/sqpack man/man1/sqpack.1.gz + +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR= sqpack + +post-patch: + ${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/sqpack.1 + +.include "${MASTERDIR}/Makefile" diff --git a/news/husky-sqpack/pkg-descr b/news/husky-sqpack/pkg-descr new file mode 100644 index 000000000000..c557ea6d40a0 --- /dev/null +++ b/news/husky-sqpack/pkg-descr @@ -0,0 +1,6 @@ +sqpack purges squish and jam msgbases taken from fidoconfig + +sqpack is a part of Husky Fidosoft Project. +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ |