1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/libcfu/Makefile
Baptiste Daroussin b1a97bba24 Convert to USES=autoreconf
Strip binaries
2015-03-28 15:31:01 +00:00

27 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= libcfu
DISTVERSION= 0.04a
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GHL
MAINTAINER= crees@FreeBSD.org
COMMENT= Simple library of tools for developing multithreaded software
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= crees
GH_COMMIT= 947dba4
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>