04d06f7b44
note that all SDL libs link with supc++ (potentially, and thus are affected) -> don't take a chance, bump.
36 lines
715 B
Makefile
36 lines
715 B
Makefile
# $OpenBSD: Makefile,v 1.18 2006/01/13 23:40:23 espie Exp $
|
|
|
|
COMMENT= "perl-compatible regular expression library"
|
|
|
|
DISTNAME= pcre-6.4
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS= pcre 1.0 \
|
|
pcrecpp 2.0 \
|
|
pcreposix 1.0
|
|
MODGNU_SHARED_LIBS= pcre '' \
|
|
pcrecpp '' \
|
|
pcreposix ''
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
|
|
${MASTER_SITE_SOURCEFORGE:=pcre/}
|
|
|
|
HOMEPAGE= http://www.pcre.org/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|