freebsd-ports/devel/libfastcommon/Makefile
Sunpoet Po-Chuan Hsieh da063a7653 Fix PLIST
- 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)
2017-07-11 17:03:34 +00:00

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>