1997-01-09 09:07:31 +00:00
|
|
|
# New ports collection makefile for: lesstif
|
1997-07-01 08:15:00 +00:00
|
|
|
# Version required: 0.80public
|
1997-01-09 09:07:31 +00:00
|
|
|
# Date created: December 10, 1996
|
|
|
|
# Whom: 1wardd@airmail.net
|
|
|
|
#
|
1997-07-03 06:31:50 +00:00
|
|
|
# $Id: Makefile,v 1.10 1997/07/02 08:28:33 tg Exp $
|
1997-01-09 09:07:31 +00:00
|
|
|
#
|
|
|
|
|
1997-07-01 08:15:00 +00:00
|
|
|
DISTNAME= lesstif-0.80public
|
|
|
|
PKGNAME= lesstif-0.80
|
1997-01-09 09:07:31 +00:00
|
|
|
CATEGORIES= x11
|
1997-05-24 08:45:06 +00:00
|
|
|
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/ \
|
|
|
|
ftp://ftp.hungry.com/pub/hungry/lesstif/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
# see below for shared lib version information
|
1997-01-09 09:07:31 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X11= yes
|
|
|
|
# change this and remove the strip statement in post-install for debugging
|
|
|
|
CONFIGURE_ENV= CCFLAGS="-O -pipe"
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
1997-05-24 08:45:06 +00:00
|
|
|
|
1997-01-09 09:07:31 +00:00
|
|
|
post-install:
|
1997-05-24 08:45:06 +00:00
|
|
|
${MKDIR} ${PREFIX}/lib/X11/mwm ${PREFIX}/lib/X11/app-defaults
|
1997-04-22 09:35:19 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/system.mwmrc \
|
1997-01-09 09:07:31 +00:00
|
|
|
${PREFIX}/lib/X11/mwm
|
1997-04-22 09:35:19 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X11/mwm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \
|
1997-01-09 09:07:31 +00:00
|
|
|
${PREFIX}/lib/X11/app-defaults/Mwm
|
1997-05-26 01:58:21 +00:00
|
|
|
/usr/bin/strip ${PREFIX}/lib/libXm.so.0.1 ${PREFIX}/lib/libMrm.so.0.1
|
1997-01-09 09:07:31 +00:00
|
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
1997-05-24 08:45:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Shared lib versions
|
|
|
|
# dist version BSD shared lib version
|
|
|
|
# ------------ ----------------------
|
|
|
|
# 0.78 0.0
|
|
|
|
# 0.79 0.1
|
1997-07-01 08:15:00 +00:00
|
|
|
# 0.80 0.1
|