- Fix GH_TAGNAME - While I'm here, use = instead of += for MAKE_ENV - Bump PORTREVISION for package change Reference: http://package23.nyi.freebsd.org/data/110i386-default-PR220605/2017-07-10_18h05m10s/logs/errors/libfastcommon-1.0.36.log Approved by: portmgr (blanket)
27 lines
494 B
Makefile
27 lines
494 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfastcommon
|
|
PORTVERSION= 1.0.36
|
|
PORTREVISION= 1
|
|
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= aa4f5b2
|
|
|
|
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>
|