Files
bsdports/devel/libatomic_ops/Makefile
2019-12-26 07:26:06 +00:00

20 lines
442 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD: head/devel/libatomic_ops/Makefile 466509 2018-04-04 21:06:57Z rodrigo $
PORTNAME= libatomic_ops
PORTVERSION= 7.6.4
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Atomic operations access library
LIB_DEPENDS= libltdl.so:devel/libtool
USES= autoreconf libtool pathfix
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= ivmai
.include <bsd.port.mk>