2013-09-20 22:50:57 +02:00
|
|
|
# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
|
2004-02-14 05:38:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= uuid
|
2008-11-27 08:35:26 +01:00
|
|
|
PORTVERSION= 1.6.2
|
2014-08-16 17:04:45 +02:00
|
|
|
PORTREVISION= 7
|
2004-02-14 05:38:17 +01:00
|
|
|
CATEGORIES= misc devel
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= OSSP/lib/${PORTNAME}
|
2004-02-14 05:38:17 +01:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2006-02-07 15:07:35 +01:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2014-03-17 10:01:44 +01:00
|
|
|
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
|
2004-02-14 05:38:17 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-17 19:45:41 +02:00
|
|
|
USES+= libtool pathfix
|
2007-07-22 13:09:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-08-16 17:04:45 +02:00
|
|
|
CONFIGURE_ARGS= --with-cxx \
|
2012-06-10 20:10:08 +02:00
|
|
|
--includedir=${PREFIX}/include/ossp
|
2004-02-14 05:38:17 +01:00
|
|
|
|
2014-03-17 10:01:44 +01:00
|
|
|
.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
|
|
|
|
PKGNAMEPREFIX= p5-OSSP-
|
2014-03-18 08:59:46 +01:00
|
|
|
.else
|
|
|
|
CONFLICTS= e2fsprogs-libuuid-[0-9]*
|
2004-11-06 09:18:02 +01:00
|
|
|
.endif
|
|
|
|
|
2007-07-22 13:09:46 +02:00
|
|
|
regression-test: test
|
|
|
|
|
2006-08-02 17:11:19 +02:00
|
|
|
test: build
|
2014-08-16 17:04:45 +02:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
|
|
|
${MAKEFILE} ${MAKE_ARGS} check)
|
2005-12-09 14:40:21 +01:00
|
|
|
|
2014-08-16 17:04:45 +02:00
|
|
|
.include <bsd.port.mk>
|