freebsd-ports/misc/ossp-uuid/Makefile

33 lines
705 B
Makefile
Raw Normal View History

# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD$
PORTNAME= uuid
PORTVERSION= 1.6.2
2014-08-16 17:04:45 +02:00
PORTREVISION= 7
CATEGORIES= misc devel
MASTER_SITES= OSSP/lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= vd@FreeBSD.org
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
GNU_CONFIGURE= yes
2014-08-17 19:45:41 +02:00
USES+= libtool pathfix
USE_LDCONFIG= yes
2014-08-16 17:04:45 +02:00
CONFIGURE_ARGS= --with-cxx \
--includedir=${PREFIX}/include/ossp
.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
PKGNAMEPREFIX= p5-OSSP-
.else
CONFLICTS= e2fsprogs-libuuid-[0-9]*
.endif
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)
2014-08-16 17:04:45 +02:00
.include <bsd.port.mk>