aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xed/Makefile
blob: 1fe4e27004cfdc0cd227c116b2bf7fc791401019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: shanee
# $FreeBSD$

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    Text editor for X

USES=       imake
USE_XORG=   xaw
MAN1=       xed.1

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