summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-03-23 12:35:51 +0000
committerfrueauf <frueauf>1998-03-23 12:35:51 +0000
commit2faf903ddca8661f1adbfa12ade87ad656c1f6d9 (patch)
tree6f53293dd38dee1277d72e08bf09b406ecbbdb3d /x11/lesstif/Makefile
parenta8750abe71df01ab6a113820d1ff72d5cd257ebc (diff)
downloadpkgsrc-2faf903ddca8661f1adbfa12ade87ad656c1f6d9.tar.gz
Update to lesstif 0.83.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 2d3fdb0c896..52276a958e3 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,27 +1,30 @@
# New ports collection makefile for: lesstif
-# Version required: 0.82
+# Version required: 0.83
# Date created: December 10, 1996
# Whom: 1wardd@airmail.net
#
-# $NetBSD: Makefile,v 1.9 1998/02/11 10:22:26 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/03/23 12:35:51 frueauf Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.82
+DISTNAME= lesstif-0.83
CATEGORIES= x11
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/ \
ftp://ftp.hungry.com/pub/hungry/lesstif/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= packages@netbsd.org
GNU_CONFIGURE= yes
USE_X11= yes
# change this and remove the strip statement in post-install for debugging
-CONFIGURE_ENV= CCFLAGS="-O -pipe"
+CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
# this is worst case, when you're about to overwrite real Motif with Lesstif
IS_INTERACTIVE= yes
+MAN1= mwm.1
+MAN5= mwmrc.5
+
pre-fetch:
@if [ -d ${X11BASE}/include/Xm ]; then \
if [ -d ${X11BASE}/lib/X11/lesstif ]; then \
@@ -47,12 +50,6 @@ pre-fetch:
fi
post-install:
- ${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
- ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \
- ${PREFIX}/lib/X11/app-defaults/Mwm
${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>