mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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"
|