aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule-xft
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-05-16 16:52:31 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-05-16 16:52:31 +0000
commitf3b242846a05eed0141bd881118c9c27dd58df90 (patch)
tree60791a06c01a689c7468e58b98dd1e2e058cef18 /editors/xemacs-devel-mule-xft
parent5bf3d554110435cc1d0ca506092e2db2de2eed38 (diff)
downloadports-f3b242846a05eed0141bd881118c9c27dd58df90.tar.gz
ports-f3b242846a05eed0141bd881118c9c27dd58df90.zip
Notes
Diffstat (limited to 'editors/xemacs-devel-mule-xft')
-rw-r--r--editors/xemacs-devel-mule-xft/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule-xft/Makefile b/editors/xemacs-devel-mule-xft/Makefile
new file mode 100644
index 000000000000..69f9a448e972
--- /dev/null
+++ b/editors/xemacs-devel-mule-xft/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: XEmacs with xft support
+# Date created: 18 Jan 2006
+# Whom: Andrey Slusar <anray@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+PKGNAMESUFFIX+= -xft
+
+COMMENT= XEmacs(beta version) text editor with xft support
+
+MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule
+
+WITH_XFT= yes
+
+.include "${MASTERDIR}/Makefile"