mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
6f04c0dc2a
PR: 243030 Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer) Reported by: Ruslan Suleimanov <rs@paket.ua>
19 lines
321 B
Makefile
19 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-areafix
|
|
|
|
COMMENT= Husky FTN areafix library
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= libfidoconfig.so:news/husky-fidoconf \
|
|
libhusky.so:news/husky-huskylib \
|
|
libsmapi.so:news/husky-smapi
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= areafix
|
|
|
|
.include "${MASTERDIR}/Makefile"
|