1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Satoshi Asami 1996-08-09 00:39:06 +00:00
parent 12013d1f30
commit d614f6095d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3552
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
LOCAL_X_LIBDIR =
! XMLIB = -lXm
! XMLIB = ${MOTIFLIB}
XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW
XCOMM - SUN setup: XMLIB = -lXm