mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0abfe98f83
It is a part of Husky Fidosoft Project. PR: 200481 Submitted by: Victor Sudakov <vas@mpeks.tomsk.su> Approved by: vsevolod (mentor)
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# $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"
|