15299ab459
discussed with sturm@ and naddy@ ok sturm@ jakob@, "Auf!" naddy@
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# $OpenBSD: Makefile,v 1.16 2005/12/07 20:11:49 bernd Exp $
|
|
|
|
COMMENT= "perl-compatible regular expression library"
|
|
|
|
DISTNAME= pcre-6.4
|
|
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}
|
|
CONFIGURE_ENV= PCRE_LIB_VERSION=1:0:0
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|