8d6597e0bb
With hat: portmgr Sponsored by: Absolight
15 lines
241 B
Makefile
15 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"
|