freebsd-ports/devel/zthread/Makefile
Johann Visagie 7b48343169 Update to version 1.4.4
PR:		29412
Submitted by:	Peter van Heusden <pvh@egenetics.com> (MAINTAINER)
2001-08-03 14:30:12 +00:00

27 lines
520 B
Makefile

# New ports collection makefile for: ZThread
# Date created: 23 May 2001
# Whom: pvh@egenetics.com
#
# $FreeBSD$
#
PORTNAME= zthread
PORTVERSION= 1.4.4
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
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>