f3b242846a
support.
17 lines
356 B
Makefile
17 lines
356 B
Makefile
# 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"
|