1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/xed/Makefile
Kris Kennaway 983491a068 Reset undeliverable maintainer address:
<shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
    <shanee@augusta.de>... User unknown (in reply to RCPT TO command)
2005-02-19 06:03:21 +00:00

28 lines
558 B
Makefile

# New ports collection makefile for: xed
# Date created: 28 Jul 1996
# Whom: shanee
#
# $FreeBSD$
#
PORTNAME= xed
PORTVERSION= 1.3
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_XPM= yes
USE_REINPLACE=yes
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>