mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
a42ec116be
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.
16 lines
248 B
Makefile
16 lines
248 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky
|
|
|
|
COMMENT= Husky full featured highly portable FTN Tosser
|
|
|
|
RUN_DEPENDS= hpt:${PORTSDIR}/news/husky-hpt \
|
|
htick:${PORTSDIR}/news/husky-htick
|
|
|
|
MASTERDIR= ${.CURDIR}
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|