aboutsummaryrefslogtreecommitdiff
path: root/editors/asedit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-09 00:39:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-09 00:39:06 +0000
commitd614f6095d129dffabaaebad8b807dc51af86936 (patch)
treee7fdbfbf6da33a559848e7948564b20016e4f5fb /editors/asedit
parent12013d1f30036266f33674aa42292a2d3ccf3819 (diff)
downloadports-d614f6095d129dffabaaebad8b807dc51af86936.tar.gz
ports-d614f6095d129dffabaaebad8b807dc51af86936.zip
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/Makefile8
-rw-r--r--editors/asedit/files/patch-aa2
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