mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
442 B
Makefile
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>
|