mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
30 lines
583 B
Makefile
30 lines
583 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libpeak
|
|
# Date created: Mar 18, 2005
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpeak
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= peak
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parallel Events and Asynchronous tasKing Library
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnometarget
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.mk>
|