1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/editors/xed/Makefile
2014-02-03 13:40:25 +00:00

23 lines
470 B
Makefile

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