aboutsummaryrefslogtreecommitdiff
path: root/devel/libfastcommon/Makefile
blob: c658f6d120ada0a26405e1e7c508677b012f46c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libfastcommon
PORTVERSION=	1.0.43
CATEGORIES=	devel

MAINTAINER=	daniel@blodan.se
COMMENT=	C common functions library used mainly by FastDFS and FastDHT

LICENSE=	GPLv3

USE_GITHUB=	yes
GH_ACCOUNT=	happyfish100
GH_TAGNAME=	V1.0.43

USE_LDCONFIG=	yes

MAKE_ENV=	DESTDIR=${STAGEDIR}

do-build:
	cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh

do-install:
	cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh install

.include <bsd.port.mk>