mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
16 lines
241 B
Makefile
16 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-smapi
|
|
PORTEPOCH= 1
|
|
|
|
COMMENT= Husky FTN MSGAPI library
|
|
|
|
LIB_DEPENDS= libhusky.so:news/husky-huskylib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= smapi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|