2ded93783d
- Remove Makefile.local as it is intended to be a user file that should not be committed. Its documentation is poor (r12873) but users are relying on it. - Remove CONFLICTS as for every port it just conflicted with itself. With hat: portmgr
14 lines
247 B
Makefile
14 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-areafix
|
|
|
|
COMMENT= Husky FTN areafix library
|
|
|
|
LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= areafix
|
|
|
|
.include "${MASTERDIR}/Makefile"
|