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
291 B
Makefile
16 lines
291 B
Makefile
# $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>
|