summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-09 00:39:06 +0000
committerasami <asami@FreeBSD.org>1996-08-09 00:39:06 +0000
commitaadbdff5d562b28989a77e7473e3458ab38dd806 (patch)
treef40a10abbd7cda6b54a11f3242b099bc441dd0f6 /editors
parentde148654809fdcdb7493f08a6d415f963ed96567 (diff)
downloadFreeBSD-ports-aadbdff5d562b28989a77e7473e3458ab38dd806.zip
FreeBSD-ports-aadbdff5d562b28989a77e7473e3458ab38dd806.tar.gz
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.
Diffstat (limited to 'editors')
-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 f8146d0..1da06d3 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 d5db452..3401e25 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
OpenPOWER on IntegriCloud