diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 00:39:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 00:39:06 +0000 |
commit | d614f6095d129dffabaaebad8b807dc51af86936 (patch) | |
tree | e7fdbfbf6da33a559848e7948564b20016e4f5fb /editors/asedit | |
parent | 12013d1f30036266f33674aa42292a2d3ccf3819 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=3552
Diffstat (limited to 'editors/asedit')
-rw-r--r-- | editors/asedit/Makefile | 8 | ||||
-rw-r--r-- | editors/asedit/files/patch-aa | 2 |
2 files changed, 5 insertions, 5 deletions
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 <shanee@rabbit.augusta.de> # -# $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 |