freebsd-ports/devel/libpeak/Makefile

25 lines
432 B
Makefile
Raw Normal View History

# 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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>