freebsd-ports/devel/pth/Makefile
Kevin Lo 1cd23c63a9 Update to 1.4.1
PR: 36115
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
2002-03-23 10:59:25 +00:00

36 lines
747 B
Makefile

# New ports collection makefile for: pth
# Date Created: 23 May 1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= pth
PORTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/pth/
MASTER_SITE_SUBDIR= pth
MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/pth
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread \
--enable-syscall-soft \
--enable-optimize \
--enable-batch \
--includedir="${PREFIX}/include/pth" \
--libdir="${PREFIX}/lib/pth"
MAN1= pth-config.1 pthread-config.1
MAN3= pth.3 pthread.3
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>