openbsd-ports/devel/uuid/Makefile
2004-12-30 00:16:05 +00:00

24 lines
500 B
Makefile

# $OpenBSD: Makefile,v 1.7 2004/12/30 00:16:05 espie Exp $
COMMENT= "ISO-C API and CLI for generating Universally Unique Identifiers"
DISTNAME= uuid-1.1.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
MAINTAINER= Robert Nagy <robert@openbsd.org>
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
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>