Update editors/focuswriter to version 1.5.7
[dports.git] / editors / asedit / Makefile
1 # Created by: Andreas Kohout <shanee@augusta.de>
2 # $FreeBSD$
3
4 PORTNAME=       asedit
5 PORTVERSION=    1.3.2
6 PORTREVISION=   4
7 CATEGORIES=     editors
8 MASTER_SITES=   XCONTRIB/editors
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Text editor for X/Motif
12
13 USES=           imake:notall motif tar:Z
14 USE_XORG=       ice sm x11 xext xmu xp xt
15
16 PLIST_FILES=    bin/asedit \
17                 lib/X11/app-defaults/Asedit \
18                 lib/X11/app-defaults/Asedit-sgi \
19                 lib/X11/app-defaults/Asedit_em \
20                 lib/X11/app-defaults/Asedit_em-sgi \
21                 lib/X11/asedit.hlp \
22                 lib/X11/asedit_em.hlp \
23                 man/man1/asedit.1.gz
24
25 post-patch:
26         @${REINPLACE_CMD} -e \
27                 '/^XMLIB/s|-lPW|| ; \
28                  /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile
29
30 .include <bsd.port.mk>