freebsd-ports/devel/libcfu/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

24 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= libcfu
DISTVERSION= 0.04a
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= crees@FreeBSD.org
COMMENT= Simple library of tools for developing multithreaded software
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= crees
GH_TAGNAME= 947dba4
USES= autoreconf makeinfo pkgconfig pathfix libtool
PATHFIX_MAKEFILEIN= Makefile.am
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>