Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/asedit/Makefile
16124 views
# Created by: Andreas Kohout <[email protected]>

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

MAINTAINER=	[email protected]
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>