7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
695 B
Makefile
29 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:35:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= uuid-1.6.2
|
|
PKGNAME= ossp-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/
|
|
COMMENT= C-API and command line tool for generating UUIDs
|
|
LICENSE= mit
|
|
|
|
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"
|