1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Turn on the C++ support of misc/ossp-uuid.

Suggested by:	Bradford Castalia <Castalia@idaeim.com>
This commit is contained in:
Vasil Dimov 2007-12-12 15:06:11 +00:00
parent db41cdc518
commit 2c923b33c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203324
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= uuid
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@ -21,10 +22,10 @@ USE_GCC= 3.2+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-shared --enable-static
CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx
MAN1= uuid-config.1 uuid.1
MAN3= uuid.3
MAN3= uuid.3 uuid++.3
.if defined(WITH_PERL)
USE_PERL5= 5.8.0+

View File

@ -1,7 +1,10 @@
bin/uuid
bin/uuid-config
include/uuid.h
include/uuid++.hh
lib/libuuid.a
lib/libuuid++.a
lib/libuuid++.la
libdata/pkgconfig/uuid.pc
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pod