mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1fa2c0cb6a
Makefile.
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# New ports collection makefile for: XEmacs with xft support
|
|
# Date created: 18 Jan 2006
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX+= -xft
|
|
|
|
COMMENT= XEmacs(beta version) text editor with xft support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule
|
|
|
|
WITH_XFT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|