blob: 8cac837d16374856006c507113399ecc663857e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= husky-smapi
PORTEPOCH= 1
COMMENT= Husky FTN MSGAPI library
WWW= http://husky.sourceforge.net/
LICENSE= LGPL21
LIB_DEPENDS= libhusky.so:news/husky-huskylib
USE_LDCONFIG= yes
MASTERDIR= ${.CURDIR}/../husky
COMPONENT_SUBDIR= smapi
.include "${MASTERDIR}/Makefile"
|