090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
18 lines
372 B
Makefile
18 lines
372 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
|
|
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"
|