1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/zthread/Makefile
Johann Visagie ceb8a2d3e1 Update to version 1.4.3
PR:		28633
Submitted by:	Peter van Heusden <pvh@egenetics.com> (MAINTAINER)
2001-07-03 13:23:30 +00:00

25 lines
470 B
Makefile

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