mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
03f8a6f768
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
24 lines
608 B
Makefile
24 lines
608 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.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.sharma-home.net/~adsharma/projects/freebsd/
|
|
MASTER_SITE_SUBDIR= ngpt-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= NGPT is a next generation pthread implementation based on GNU pth
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread \
|
|
--disable-kernel-patch
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|