mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
24 lines
450 B
Makefile
24 lines
450 B
Makefile
|
# New ports collection makefile for: ZThread
|
||
|
# Date created: 23 May 2001
|
||
|
# Whom: pvh@egenetics.com
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= zthread
|
||
|
PORTVERSION= 1.4.1
|
||
|
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
|
||
|
|
||
|
.include <bsd.port.mk>
|