opnsense-ports/editors/xed/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

26 lines
522 B
Makefile

# Created by: shanee
# $FreeBSD$
PORTNAME= xed
PORTVERSION= 1.3
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= XCONTRIB/editors
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text editor for X
LICENSE= MIT
USES= imake tar:Z
USE_XORG= xaw
MAKE_ARGS= BINDIR=${PREFIX}/bin \
LIBDIR=${PREFIX}/lib/X11 \
MANPATH=${PREFIX}/man
pre-build:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
.include <bsd.port.mk>