aboutsummaryrefslogtreecommitdiff
path: root/editors/asedit/Makefile
blob: 15cd8e58c9a8f27dfc748cf2281387603411f84f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Andreas Kohout <shanee@augusta.de>
# $FreeBSD$

PORTNAME=	asedit
PORTVERSION=	1.3.2
PORTREVISION=	5
CATEGORIES=	editors
MASTER_SITES=	XCONTRIB/editors

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Text editor for X/Motif

USES=		imake:notall motif tar:Z xorg
USE_XORG=	ice sm x11 xext xmu xt

PLIST_FILES=	bin/asedit \
		lib/X11/app-defaults/Asedit \
		lib/X11/app-defaults/Asedit-sgi \
		lib/X11/app-defaults/Asedit_em \
		lib/X11/app-defaults/Asedit_em-sgi \
		lib/X11/asedit.hlp \
		lib/X11/asedit_em.hlp \
		man/man1/asedit.1.gz

post-patch:
	@${REINPLACE_CMD} -e \
		'/^XMLIB/s|-lPW|| ; \
		 /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile

.include <bsd.port.mk>