mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
341 B
Makefile
22 lines
341 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= npth
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNUPG/${PORTNAME}
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= New GNU Portable Threads
|
|
|
|
USES+= tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-static
|
|
USES+= gmake
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|