summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>1999-09-03 19:45:11 +0000
committerdrochner <drochner>1999-09-03 19:45:11 +0000
commitbde9f10a37625bc82b125a776784f06094a029fc (patch)
tree1412fe35fac64e7bddb81334f0c3b1091f66df10 /x11/lesstif/Makefile
parent21cd4c0990ac746f8edaf97e215493c6fb208763 (diff)
downloadpkgsrc-bde9f10a37625bc82b125a776784f06094a029fc.tar.gz
update lesstif to 0.88.9,
from Adam Ciarcinski (adam@albedo.com.pl) per PR pkg/8299
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index ba0c471131c..2b1f3a31cf5 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 1999/05/20 20:09:52 tron Exp $
+# $NetBSD: Makefile,v 1.39 1999/09/03 19:45:11 drochner Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.87.1
+DISTNAME= lesstif-0.88.9
CATEGORIES= x11
MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \
ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/
@@ -11,23 +11,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.lesstif.org/
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_LIBTOOL= yes
USE_X11BASE= yes
-# disable this for debugging
-CONFIGURE_ARGS+=--enable-production
-
-CONFIGURE_ENV= CCFLAGS="-O -pipe" VarHaveMan2html=0
-
-pre-fetch:
- @if [ -d ${X11BASE}/include/Xm ]; then \
- if [ -d ${X11BASE}/lib/X11/lesstif ]; then \
- ${ECHO} "Upgrading a previous Lesstif installation"; \
- return 0; \
- fi; \
- ${ECHO} "Motif is already installed in ${X11BASE}"; \
- ${ECHO} "To install lesstif, first delete Motif from ${X11BASE}"; \
- return 1; \
- fi
+CONFIGURE_ARGS+= --prefix=${PREFIX} --with-x --enable-production
+CONFIGURE_ARGS+= --disable-build-12 --enable-default-20
+CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ENV= CCFLAGS="${CFLAGS}"
.include "../../mk/bsd.pkg.mk"