# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD: tags/RELEASE_10_0_0/misc/ossp-uuid/Makefile 327745 2013-09-20 20:50:57Z bapt $

PORTNAME=	uuid
PORTVERSION=	1.6.2
PORTREVISION=	2
CATEGORIES=	misc devel
MASTER_SITES=	${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR=	lib/${PORTNAME}
PKGNAMEPREFIX=	ossp-

MAINTAINER=	vd@FreeBSD.org
COMMENT=	ISO-C & Perl API and CLI for generating Universally Unique Identifiers

CONFLICTS=	e2fsprogs-libuuid-[0-9]*

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--disable-shared --enable-static --with-cxx \
		--includedir=${PREFIX}/include/ossp

MAN1=	uuid-config.1 uuid.1
MAN3=	uuid.3 uuid++.3

.if defined(WITH_PERL)
USES+=		perl5
CONFIGURE_ENV+=	PERL=${PERL5}
CONFIGURE_ARGS+=	--with-perl
PLIST_SUB+=	WITH_PERL=''
MAN3=		OSSP::uuid.3
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VER}
.else
PLIST_SUB+=	WITH_PERL='@comment '
.endif

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+=	-fPIC -DPIC
.endif

regression-test: test

test: build
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check

.include <bsd.port.post.mk>
