1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/ngpt/Makefile
Dmitry Sivachenko cdfcccc787 NGPT is a next generation pthread implementation based on GNU pth
PR:		29239
Submitted by:	Arun Sharma <adsharma@sharmas.dhs.org>
2001-08-10 02:18:58 +00:00

22 lines
509 B
Makefile

# New ports collection makefile for: ngpt
# Date created: Wed Jul 25 22:10:00 PDT 2001
# Whom: Arun Sharma <arun@sharmas.dhs.org>
#
# $FreeBSD$
#
PORTNAME= ngpt
PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= http://www.sharma-home.net/~adsharma/projects/freebsd/
MASTER_SITE_SUBDIR= ngpt-${PORTVERSION}.tar.gz
MAINTAINER= arun@sharmas.dhs.org
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread
USE_GMAKE= yes
.include <bsd.port.mk>