2005-03-18 04:09:41 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libpeak
|
|
|
|
# Date created: Mar 18, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libpeak
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= peak
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Parallel Events and Asynchronous tasKing Library
|
|
|
|
|
2005-04-14 23:27:48 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2005-03-18 04:09:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2005-03-27 03:53:59 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2005-03-18 04:09:41 +01:00
|
|
|
.include <bsd.port.mk>
|