mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
76d8fbfe3c
- Add LICENSE - Fix references to STAGEDIR MFH: 2015Q1
27 lines
522 B
Makefile
27 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>
|