2001-05-29 13:45:06 +00:00
|
|
|
# New ports collection makefile for: ZThread
|
|
|
|
# Date created: 23 May 2001
|
|
|
|
# Whom: pvh@egenetics.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zthread
|
2001-08-03 14:30:12 +00:00
|
|
|
PORTVERSION= 1.4.4
|
2001-05-29 13:45:06 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ZThread-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= pvh@egenetics.com
|
|
|
|
|
2001-08-03 14:30:12 +00:00
|
|
|
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
|
|
|
|
2001-05-29 13:45:06 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2001-07-03 13:23:30 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-05-29 13:45:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|