13 lines
213 B
Makefile
13 lines
213 B
Makefile
# New ports collection makefile for: pcre-utf8
|
|
# Date created: 20.03.2005
|
|
# Whom: krion
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -utf8
|
|
MASTERDIR= ${.CURDIR}/../pcre
|
|
|
|
WITH_UTF8= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|