1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/ngpt/Makefile
Renato Botelho b1f4290786 - Unbreak it on FreeBSD >= 6.x
PR:		ports/85088
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	portmgr (linimon)
2005-08-22 16:19:30 +00:00

27 lines
658 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
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.sharma-home.net/people/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
ONLY_FOR_ARCHS= amd64 i386
.include <bsd.port.mk>