freebsd-ports/devel/libatomic_ops/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
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).
2011-10-24 03:33:20 +00:00

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>