aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/lesstif/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-05-24 16:45:06 +0800
committerobrien <obrien@FreeBSD.org>1997-05-24 16:45:06 +0800
commit90a0ee547f6a371b9203f4ab30fdb95e9bc2d339 (patch)
treee7e24336fe729f03bf1241d347028ec0c55a75a5 /x11-toolkits/lesstif/Makefile
parentf312f86ebd5499ef1e2f7f24f5e364fecac02c1d (diff)
downloadfreebsd-ports-gnome-90a0ee547f6a371b9203f4ab30fdb95e9bc2d339.tar.gz
freebsd-ports-gnome-90a0ee547f6a371b9203f4ab30fdb95e9bc2d339.tar.zst
freebsd-ports-gnome-90a0ee547f6a371b9203f4ab30fdb95e9bc2d339.zip
Upgrade to 0.79
Diffstat (limited to 'x11-toolkits/lesstif/Makefile')
-rw-r--r--x11-toolkits/lesstif/Makefile22
1 files changed, 18 insertions, 4 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index eaeef67eb52e..dbe0c0fc4fdd 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -3,12 +3,17 @@
# Date created: December 10, 1996
# Whom: 1wardd@airmail.net
#
-# $Id: Makefile,v 1.4 1997/02/24 09:27:10 tg Exp $
+# $Id: Makefile,v 1.5 1997/04/22 09:35:11 tg Exp $
#
-DISTNAME= lesstif-0.78
+DISTNAME= lesstif-0.79
CATEGORIES= x11
-MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/
+MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/ \
+ ftp://ftp.hungry.com/pub/hungry/lesstif/
+
+MAINTAINER= ports@FreeBSD.org
+
+# see below for shared lib version information
GNU_CONFIGURE= yes
USE_X11= yes
@@ -36,8 +41,9 @@ pre-fetch:
esac)
.endif
+
post-install:
- ${MKDIR} ${PREFIX}/lib/X11/mwm
+ ${MKDIR} ${PREFIX}/lib/X11/mwm ${PREFIX}/lib/X11/app-defaults
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/system.mwmrc \
${PREFIX}/lib/X11/mwm
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X11/mwm
@@ -47,3 +53,11 @@ post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
+
+
+# Shared lib versions
+# dist version BSD shared lib version
+# ------------ ----------------------
+# 0.78 0.0
+# 0.79 0.1
+