aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid/Makefile
blob: f2d4368f7b63c72a63a6b8f9afc8f2df5f51260e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:	OSSP uuid
# Date created:				12 February 2004
# Whom:					Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#

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

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

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

USE_GCC=	3.2+
USE_AUTOTOOLS=	libtool:15
INSTALLS_SHLIB=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS=	--disable-shared --enable-static

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

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

.include <bsd.port.pre.mk>

.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
IGNORE=	supports Perl 5.8.0 or above only
.endif

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

.include <bsd.port.post.mk>