aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-20 17:30:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-20 17:30:30 +0000
commit34704fbd2a117c488a424f8b7ac6718b246e3750 (patch)
treef50b595f25bae000c82bc972e6d2b26bc8bf538d
parentd83f1fcbd0d1520b69833df1a5119f25b454ac83 (diff)
downloadports-34704fbd2a117c488a424f8b7ac6718b246e3750.tar.gz
ports-34704fbd2a117c488a424f8b7ac6718b246e3750.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pcre-utf8/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index cfd3dae9e552..227d9b52c63a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1133,6 +1133,7 @@
SUBDIR += pcl-cvs-emacs20
SUBDIR += pcre
SUBDIR += pcre++
+ SUBDIR += pcre-utf8
SUBDIR += pcsc-lite
SUBDIR += pear-Config
SUBDIR += pear-Console_Getargs
diff --git a/devel/pcre-utf8/Makefile b/devel/pcre-utf8/Makefile
new file mode 100644
index 000000000000..49a0bdcf2ba3
--- /dev/null
+++ b/devel/pcre-utf8/Makefile
@@ -0,0 +1,13 @@
+# 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"