summaryrefslogtreecommitdiff
path: root/x11-toolkits/lesstif/Makefile
blob: 6c63cf0a20a8e592cc7e19b62464bcebb58e668c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# New ports collection makefile for:	lesstif
# Version required:	0.88.1
# Date created:		December 10, 1996
# Whom:			1wardd@airmail.net
#
# $Id: Makefile,v 1.30 1999/06/12 05:30:58 mharo Exp $
#

DISTNAME=	lesstif-0.88.1
CATEGORIES=	x11-toolkits
MASTER_SITES=	ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/  \
		ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
		ftp://ftp.fu-berlin.de/unix/X11/gui/lesstif/srcdist/ \
		ftp://ftp.win.or.jp/pub/X11/misc/lesstif/srcdist/

MAINTAINER=	ports@FreeBSD.org

MANUAL_PACKAGE_BUILD=	do not want to install during interactive build
GNU_CONFIGURE=  yes
CONFIGURE_ARGS=	--disable-debug --enable-static --enable-shared \
		--enable-production --with-xdnd
USE_X_PREFIX=	yes

MAN1=	mwm.1 xmbind.1 lesstif.1
MAN3=	ApplicationShell.3 Composite.3 Constraint.3 Core.3 \
	LessTifInternals.3 Object.3 OverrideShell.3 Rect.3 \
	Shell.3 TopLevelShell.3 TransientShell.3 UnNamedObj.3 \
	VendorShell.3 WmShell.3 XmArrowButton.3 XmArrowButtonGadget.3 \
	XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGadget.3 \
	XmClipboard.3 XmComboBox.3 XmCommand.3 XmDesktop.3 \
	XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 \
	XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 \
	XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 \
	XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 XmFrame.3 \
	XmGadget.3 XmGrabShell.3 XmIconGadget.3 XmLabel.3 \
	XmLabelGadget.3 XmList.3 XmMainWindow.3 XmManager.3 \
	XmMenuShell.3 XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 \
	XmPrimitive.3 XmProtocol.3 XmPushButton.3 XmPushButtonGadget.3 \
	XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 XmScrollBar.3 \
	XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 \
	XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 \
	XmText.3 XmTextField.3 XmToggleButton.3 XmToggleButtonGadget.3 \
	XmVendorShell.3 XmWorld.3 \
	XtConfigureObject.3 XtDestroyWidget.3 XtManageChild.3 \
	XtUnmanageChild.3
MAN5=	mwmrc.5

.if defined(HAVE_MOTIF)
IS_INTERACTIVE= yes
pre-extract:
	@${ECHO} "***********************************************************"
	@${ECHO} "*                      W a r n i n g                      *"
	@${ECHO} "* This port will overwrite your Motif installation.       *"
	@${ECHO} "***********************************************************"
	@${ECHO} -n "Is this ok? (y/n) ==> "
	@(read ans; \
	  case x"$$ans" in \
	    xy*|xY*) \
		return 0; \
		;; \
	    *) \
		${ECHO} "Okay, I won't install it then...."; \
		${ECHO} "(Don't worry about the following \"*** Error code 1's)"; \
		return 1; \
		;; \
	esac)
.endif

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
	${LN} -s ${PREFIX}/lib/libXm.so.1 ${PREFIX}/lib/libXm.so.1.2
	${LN} -s ${PREFIX}/lib/libXm.so.2 ${PREFIX}/lib/libXm.so.2.0
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
	${RM} -f ${PREFIX}/share/doc/LessTif/COPYING
	${RM} -f ${PREFIX}/share/doc/LessTif/COPYING.LIB
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>