summaryrefslogtreecommitdiffstats
path: root/editors/xed/Makefile
blob: 776477104b303185ca65187e326c9e16ea3ad91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	xed
# Date created:		28 Jul 1996
# Whom:			shanee
#
# $FreeBSD$
#

PORTNAME=	xed
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	editors
DISTNAME=	${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A text editor for X

USE_IMAKE=	yes
USE_XORG=	xpm
MAN1=		xed.1

pre-build:
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
		's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
.include <bsd.port.mk>
OpenPOWER on IntegriCloud