install headers/libraries under its own directory, ${PREFIX}/includes/pth and

${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread.
This commit is contained in:
FUJISHIMA Satsuki 2001-09-11 14:49:45 +00:00
parent 73365130c5
commit 73fbc4e19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47674
2 changed files with 15 additions and 9 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= pth
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/pth/
@ -15,11 +16,14 @@ 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
--enable-batch \
--includedir="${PREFIX}/include/pth" \
--libdir="${PREFIX}/lib/pth"
MAN1= pth-config.1 pthread-config.1
MAN3= pth.3 pthread.3

View File

@ -1,11 +1,13 @@
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
lib/libpth.so
lib/libpth.so.14
lib/libpthread.a
lib/libpthread.so
lib/libpthread.so.14
include/pth/pth.h
include/pth/pthread.h
lib/pth/libpth.a
lib/pth/libpth.so
lib/pth/libpth.so.14
lib/pth/libpthread.a
lib/pth/libpthread.so
lib/pth/libpthread.so.14
share/aclocal/pth.m4
@dirrm include/pth
@dirrm lib/pth