mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
25 lines
432 B
Makefile
25 lines
432 B
Makefile
# 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
|
|
|
|
USE_LIBTOOL_VER=15
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|