mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
28 lines
557 B
Makefile
28 lines
557 B
Makefile
# New ports collection makefile for: xed
|
|
# Date created: 28 Jul 1996
|
|
# Whom: shanee
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xed
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
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_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>
|