422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# 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/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|