mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6f04c0dc2a
PR: 243030 Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer) Reported by: Ruslan Suleimanov <rs@paket.ua>
18 lines
255 B
Makefile
18 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-smapi
|
|
PORTEPOCH= 1
|
|
|
|
COMMENT= Husky FTN MSGAPI library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libhusky.so:news/husky-huskylib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= smapi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|