1996-07-29 02:38:24 +02:00
|
|
|
# New ports collection makefile for: xed
|
|
|
|
# Date created: 28 Jul 1996
|
|
|
|
# Whom: shanee
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-07-29 02:38:24 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= xed
|
|
|
|
PORTVERSION= 1.3
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 2
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= editors
|
1996-11-18 10:56:45 +01:00
|
|
|
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
|
1996-07-30 02:29:12 +02:00
|
|
|
|
2005-02-19 07:03:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A text editor for X
|
1996-07-29 02:38:24 +02:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2008-07-22 22:10:21 +02:00
|
|
|
USE_XORG= xaw
|
1999-06-27 11:02:11 +02:00
|
|
|
MAN1= xed.1
|
1996-07-29 02:38:24 +02:00
|
|
|
|
2002-09-29 09:55:30 +02:00
|
|
|
pre-build:
|
|
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
|
1996-07-29 02:38:24 +02:00
|
|
|
.include <bsd.port.mk>
|