freebsd-ports/devel/libpeak/Makefile

28 lines
540 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libpeak
# Date created: Mar 18, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libpeak
2007-08-14 22:44:00 +02:00
PORTVERSION= 0.1.2
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= SF/peak/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel Events and Asynchronous tasKing Library
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
.include <bsd.port.mk>