naddy 46ef837f36 Import OSSP uuid 1.0.0; submitted by Robert Nagy <thuglife@bsd.hu>.
OSSP uuid is a ISO-C application programming interface (API) and
corresponding command line interface (CLI) for the generation of DCE
1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
(UUID).
2004-04-17 16:42:12 +00:00

22 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/04/17 16:42:12 naddy Exp $
COMMENT= "ISO-C API and CLI for generating Universally Unique Identifiers"
DISTNAME= uuid-1.0.0
CATEGORIES= devel
MAINTAINER= Robert Nagy <thuglife@bsd.hu>
HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>