openbsd-ports/devel/uuid/Makefile

48 lines
1.0 KiB
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.38 2010/11/15 19:46:09 espie Exp $
SHARED_ONLY= Yes
COMMENT-main= ISO-C API and CLI for generating UUIDs
COMMENT-perl= UUID modules for Perl
2010-08-26 05:25:20 -04:00
VERSION= 1.6.2
2005-10-07 08:34:25 -04:00
DISTNAME= uuid-${VERSION}
2010-08-26 05:25:20 -04:00
FULLPKGNAME-main= uuid-${VERSION}
FULLPKGNAME-perl= p5-UUID-${VERSION}
CATEGORIES= devel
SHARED_LIBS= uuid 13.22 \
uuid++ 14.21
# Note there is a different libuuid in sysutils/e2fsprogs,-uuid.
# If you are porting something which needs libuuid, you may need
# to look there instead.
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-20 15:27:34 -05:00
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
MULTI_PACKAGES= -main -perl
2006-11-20 15:27:34 -05:00
2010-07-02 06:32:55 -04:00
WANTLIB-main= c m stdc++
2006-11-20 15:27:34 -05:00
CATEGORIES-perl= devel perl5
2010-11-15 14:45:56 -05:00
WANTLIB-perl= uuid>=12
LIB_DEPENDS-perl= devel/uuid
2006-01-06 04:05:50 -05:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-perl --with-cxx \
--without-php --without-pgsql
.include <bsd.port.mk>