aboutsummaryrefslogtreecommitdiff
path: root/editors/asedit/Makefile
blob: 4690e0022d5d52ad78eb917fa855b2f92eda8bd4 (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
# Created by: Andreas Kohout <shanee@augusta.de>

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>