From 2b405ea2444ffd4e57a5eb8fc479036cf046676f Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 28 Jun 2013 20:59:11 +0000 Subject: Convert to USES=imake While here trim headers and remove indefinite article --- editors/asedit/Makefile | 9 ++------- editors/axe/Makefile | 2 +- editors/xed/Makefile | 10 +++------- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 3134782a453c..888d9fbd12f4 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: asedit -# Date created: 28 Jul 1996 -# -# Whom: Andreas Kohout -# +# Created by: Andreas Kohout # $FreeBSD$ -# PORTNAME= asedit PORTVERSION= 1.3.2 @@ -17,8 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Text editor for X/Motif +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt XMKMF= xmkmf diff --git a/editors/axe/Makefile b/editors/axe/Makefile index a24e7c95bf05..1590c3b27c18 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple to use text editor for X LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= Xaw3d all MAN1= axe.1 axinfo.1 diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 00a1dfdb0257..491ad0741280 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xed -# Date created: 28 Jul 1996 -# Whom: shanee -# +# Created by: shanee # $FreeBSD$ -# PORTNAME= xed PORTVERSION= 1.3 @@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A text editor for X +COMMENT= Text editor for X -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xed.1 -- cgit