Files
bsdports/crypto/libnpth/Makefile
2023-05-05 13:33:17 +02:00

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