2011-09-23 08:03:14 +02:00
|
|
|
# New ports collection makefile for: libatomic-ops
|
|
|
|
# Date created: 09/22/2011
|
|
|
|
# Whom: stas
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libatomic_ops
|
|
|
|
PORTVERSION= 7.2.a6
|
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
|
|
|
|
DISTNAME= gc-${PORTVERSION:S/.a/alpha/}
|
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-09-23 08:03:14 +02:00
|
|
|
COMMENT= Atomic operations access library
|
|
|
|
|
|
|
|
USE_AUTOTOOLS= aclocal autoconf automake
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/libatomic_ops
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|