From d614f6095d129dffabaaebad8b807dc51af86936 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 9 Aug 1996 00:39:06 +0000 Subject: Convert this port to properly utilize the Motif ports framework, as described in the handbook. (1) Define REQUIRES_MOTIF in the Makefile. (2) Use ${MOTIFLIB} in place of -lXm, this makes it possible to link it statically as well as dynamically. --- editors/asedit/Makefile | 8 ++++---- editors/asedit/files/patch-aa | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index f8146d0cc56b..1da06d3a597c 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -4,17 +4,17 @@ # # Whom: Andreas Kohout # -# $Id: Makefile,v 1.1.1.1 1996/08/08 15:01:56 jmz Exp $ +# $Id: Makefile,v 1.2 1996/08/08 16:49:40 jkh Exp $ # + DISTNAME= asedit-1.3.2 -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= ftp://ftp.x.org/contrib/editors/ EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@rabbit.augusta.de -#REQUIRES_MOTIF= yes -USE_X11= yes +REQUIRES_MOTIF= yes USE_IMAKE= yes XMKMF= xmkmf diff --git a/editors/asedit/files/patch-aa b/editors/asedit/files/patch-aa index d5db4526d137..3401e256ed20 100644 --- a/editors/asedit/files/patch-aa +++ b/editors/asedit/files/patch-aa @@ -13,7 +13,7 @@ LOCAL_X_LIBDIR = -! XMLIB = -lXm +! XMLIB = ${MOTIFLIB} XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW XCOMM - SUN setup: XMLIB = -lXm -- cgit v1.2.3