summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-25 14:42:00 +0000
committerjlam <jlam>2000-07-25 14:42:00 +0000
commitf7aba9c77fa671f003f925dd546dec18ae4a8446 (patch)
treea16fd585d309f1d93d3975c0a7898a60af32333f /x11/lesstif/Makefile
parentc8c6fececa8b3a75fda831abc8ac82f6ee25eca8 (diff)
downloadpkgsrc-f7aba9c77fa671f003f925dd546dec18ae4a8446.tar.gz
Update lesstif to 0.91.4. Only minor bug fixes and some improvements
to the Xbae widget set. As a package, split out the Motif-1.2-compatible libraries into a separate package. This package now contains just the main (Motif-2.0-compatible) LessTif libraries, headers, and documentation.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile29
1 files changed, 5 insertions, 24 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index a3b893f395e..d76193ce01a 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,31 +1,12 @@
-# $NetBSD: Makefile,v 1.50 2000/06/21 05:31:43 jlam Exp $
+# $NetBSD: Makefile,v 1.51 2000/07/25 14:42:00 jlam Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.91.0
-CATEGORIES= x11
-MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
- ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \
- ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \
- ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \
- http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \
- http://www.damtp.cam.ac.uk/mirror/ftp.hungry.com/pub/hungry/lesstif/srcdist/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.lesstif.org/
-
BUILD_DEPENDS+= lynx:../../www/lynx
-USE_X11BASE= # defined
-USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \
- ${WRKSRC}/Xlt/ltconfig \
- ${WRKSRC}/Xbae/ltconfig
-
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --enable-build-12 # needed for www/Mosaic
-CONFIGURE_ARGS+= --enable-build-20 --enable-default-20 \
- --enable-production --disable-debug
+CONFIGURE_ARGS+= --disable-build-12
+CONFIGURE_ARGS+= --enable-build-20
+CONFIGURE_ARGS+= --enable-default-20
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-install:
@@ -33,4 +14,4 @@ post-install:
${LN} -fs ${PREFIX}/share/aclocal/ac_find_motif.m4 \
${LOCALBASE}/share/aclocal/ac_find_motif.m4
-.include "../../mk/bsd.pkg.mk"
+.include "../../x11/lesstif/Makefile.common"