01e9c7283b
PR: ports/87526 ports/87527 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
14 lines
236 B
Makefile
14 lines
236 B
Makefile
# New ports collection makefile for: pcre-utf8
|
|
# Date created: 20.03.2005
|
|
# Whom: krion
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -utf8
|
|
MASTERDIR= ${.CURDIR}/../pcre
|
|
|
|
CONFLICTS= pcre-[0-9]*
|
|
WITH_UTF8= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|