1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

support MOTIFLIB

This commit is contained in:
Michael Haro 1999-04-24 03:06:11 +00:00
parent ee09a2c793
commit 65e6a87bfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18106
2 changed files with 28 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# Date created: 29 Sep 1997
# Whom: mi@aldan.ziplink.net
#
# $Id: Makefile,v 1.2 1998/08/07 22:17:54 asami Exp $
# $Id: Makefile,v 1.3 1998/09/27 03:44:37 steve Exp $
#
DISTNAME= xmdiary-3.0.1
@ -23,7 +23,7 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
xdrestore.1
pre-patch:
for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
@for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
do \
test -f $(WRKSRC)/$$node && ${RM} -f $(WRKSRC)/$$node ; \
done

View File

@ -1,6 +1,17 @@
--- XDiary.tmpl.orig Mon Jun 26 15:57:52 1995
+++ XDiary.tmpl Mon Sep 29 12:57:31 1997
@@ -100,6 +100,6 @@
--- XDiary.tmpl.orig Mon Jun 26 12:57:52 1995
+++ XDiary.tmpl Fri Apr 23 20:01:39 1999
@@ -37,7 +37,7 @@
--
-----------------------------------------------------------------------------*/
-XMLIB = -lXm
+XMLIB = ${MOTIFLIB}
XTLIB = -lXt
XLIB = -lX11
@@ -98,10 +98,10 @@
--
-----------------------------------------------------------------------------*/
-XDEXEDIR = /usr/local/bin
-XDDATADIR = /usr/local/lib/xdiary
@ -11,7 +22,11 @@
+XDAPPDIR = $(X11BASE)/lib/X11/app-defaults
+XDMANDIR = $(X11BASE)/man/man1
@@ -128,6 +128,6 @@
/*----------------------------------------------------------------------------
@@ -126,10 +126,10 @@
--
-----------------------------------------------------------------------------*/
-/* XDXTINC = */
-/* XDXTLIB = */
@ -22,8 +37,14 @@
+XDXMINC = -I/usr/X11R6/include
+XDXMLIB = -L/usr/X11R6/lib
@@ -157,3 +157,3 @@
/*----------------------------------------------------------------------------
@@ -155,7 +155,7 @@
--
-----------------------------------------------------------------------------*/
-/* XDEXTRALIBS = */
+XDEXTRALIBS = -lXext
/*----------------------------------------------------------------------------