1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- update to 0.93.97

This commit is contained in:
Dirk Meyer 2004-10-14 18:08:42 +00:00
parent dbc16cb5ef
commit 4a6bf88c6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119435
3 changed files with 12 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lesstif
PORTVERSION= 0.93.96
PORTVERSION= 0.93.97
PORTEPOCH= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -24,9 +24,6 @@ INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER= 13
LIBTOOLFILES= aclocal.m4 test/aclocal.m4
CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production
CONFIGURE_ARGS+= --disable-build-Xlt --disable-build-Xbae
CONFIGURE_ARGS+= --enable-build-12 --disable-build-20
CONFIGURE_ARGS+= --enable-build-21 --enable-default-21
CONFIGURE_ARGS+= --disable-maintainer-mode
MAN1 = lesstif.1 ltversion.1 mwm.1 uil.1 xmbind.1
@ -81,6 +78,12 @@ post-install:
${LOCALBASE}/share/aclocal
@${CAT} ${PKGMESSAGE}
FORBIDDEN= internal libXpm has security problems
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${OSVERSION} > 500000
PLIST_SUB+= FREEBSD5=""
.else
PLIST_SUB+= FREEBSD5="@comment "
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (lesstif-0.93.96.tar.gz) = b305b023f63ba207c26b37c2631071cf
SIZE (lesstif-0.93.96.tar.gz) = 3480153
MD5 (lesstif-0.93.97.tar.gz) = b512e43ff9a39e70ed2611af562e96c7
SIZE (lesstif-0.93.97.tar.gz) = 3480258

View File

@ -355,3 +355,4 @@ lib/libXm.so.2
@dirrm lib/X11/mwm
@cwd %%LOCALBASE%%
share/aclocal/ac_find_motif.m4
%%FREEBSD5%%share/aclocal18/ac_find_motif.m4