aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/lesstif/Makefile
blob: 4aec973c361fe13d0a19bcc08519bbb3b58d554d (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
84
85
86
87
# New ports collection makefile for:    lesstif
# Version required: 0.85
# Date created:     December 10, 1996
# Whom:         1wardd@airmail.net
#
# $Id: Makefile,v 1.21 1998/08/05 09:31:43 asami Exp $
#

DISTNAME=   lesstif-0.85
CATEGORIES= x11-toolkits
MASTER_SITES=   ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/  \
        ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/

MAINTAINER= ports@FreeBSD.org

#   see below for shared lib version information

MANUAL_PACKAGE_BUILD=   do not want to install during interactive build
GNU_CONFIGURE=  yes
# comment this and remove the strip statement in post-install for debugging
CONFIGURE_ARGS= --disable-debug
USE_X_PREFIX=   yes

MAN1=   mwm.1 xmbind.1 lesstif.1
MAN3=   XmClipboard.3 LessTifInternals.3 \
    XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 \
    XmCascadeButton.3 XmCascadeButtonGCacheObj.3 XmCascadeButtonGadget.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 \
    XmIconGCacheObj.3 XmIconGadget.3 XmLabel.3 \
    XmLabelGCacheObj.3 XmLabelGadget.3 XmList.3 \
    XmMainWindow.3 XmManager.3 XmMenuShell.3 \
    XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 \
    XmPrimitive.3 XmProtocol.3 XmPushButton.3 \
    XmPushButtonGCacheObj.3 XmPushButtonGadget.3 XmRowColumn.3 \
    XmSash.3 XmScale.3 XmScreen.3 \
    XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 \
    XmSeparator.3 XmSeparatorGCacheObj.3 XmSeparatorGadget.3 \
    XmSpinBox.3 XmTearOffButton.3 XmText.3 \
    XmTextField.3 XmToggleButton.3 XmToggleButtonGCacheObj.3 \
    XmToggleButtonGadget.3 XmVendorShellExt.3 XmWorld.3
MAN5=   mwmrc.5

.if defined(HAVE_MOTIF)
IS_INTERACTIVE= yes
pre-fetch:
    @${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
    /usr/bin/strip ${PREFIX}/lib/libXm.so.1.2 ${PREFIX}/lib/libMrm.so.1.2
    ${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
#   0.80            0.1
#       0.83            1.2