freebsd-ports/editors/xed/Makefile

28 lines
557 B
Makefile
Raw Normal View History

# New ports collection makefile for: xed
# Date created: 28 Jul 1996
# Whom: shanee
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= xed
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
2000-04-14 02:25:54 +02:00
DISTNAME= ${PORTNAME}${PORTVERSION}
1996-07-30 02:10:31 +02:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:38:28 +01:00
COMMENT= A text editor for X
USE_IMAKE= yes
USE_XORG= xaw
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>