pkgsrc/devel/ossp-uuid/Makefile
heinz d0fcb85845 As Aleksey Cheusov correctly observed in PR pkg/37703, this package
does not have files in common with sysutils/e2fsprogs, so they should
not conflict. On the other hand, the packages wip/e2fsprogs and
wip/libuuid _do_ have files in common with ossp-uuid, so I leave the
CONFLICTS line as a comment.
2008-01-06 20:08:24 +00:00

32 lines
805 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/01/06 20:08:24 heinz Exp $
#
DISTNAME= uuid-1.6.0
PKGNAME= ossp-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/
COMMENT= C-API and command line tool for generating UUIDs
PKG_DESTDIR_SUPPORT= user-destdir
# conflicts with packages in pkgsrc-wip
#CONFLICTS= e2fsprogs>1.32 libuuid-[0-9]* # libuuid.* uuid.pc uuid.3
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uuid.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-dce
CONFIGURE_ARGS+= --with-cxx
CONFIGURE_ARGS+= --without-perl
CONFIGURE_ARGS+= --without-perl-compat
CONFIGURE_ARGS+= --without-php
CONFIGURE_ARGS+= --without-pgsql
.include "../../mk/bsd.pkg.mk"