mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
25 lines
440 B
Makefile
25 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>
|