diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-07 01:44:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-07 01:44:55 +0000 |
commit | 9111146dbb21176d38b0deac916e1451564701b9 (patch) | |
tree | 2808665ce81e9b48ae47836c0c125c23b3f6ca92 /x11-wm/fvwm2 | |
parent | Add dtd2relax 1.1.1, DTD to RELAX converter for Java. (diff) |
Update to 2.4.5
PR: 34549
Submitted by: Anders Andersson <anders@hack.org>
Add libstroke support (a WITH_STROKE hook).
Submitted by: Jerry A! <jerry@thehutt.org>
Notes
Notes:
svn path=/head/; revision=54289
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/fvwm2/distinfo | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 92ac7f0cd6a1..ae4aae234854 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -17,6 +17,10 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +.if defined(WITH_STROKE) +LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke +.endif + USE_GMAKE= yes USE_GTK= yes USE_IMLIB= yes @@ -26,6 +30,11 @@ WANT_GNOME= yes GNU_CONFIGURE= yes +.if defined(WITH_STROKE) +CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \ + --with-stroke-includes=${LOCALBASE}/include +.endif + PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" .include <bsd.port.pre.mk> diff --git a/x11-wm/fvwm2/distinfo b/x11-wm/fvwm2/distinfo index 90f6d10ec8df..ef45d6acfa0f 100644 --- a/x11-wm/fvwm2/distinfo +++ b/x11-wm/fvwm2/distinfo @@ -1,2 +1,2 @@ -MD5 (fvwm-2.4.4.tar.gz) = fdc03dda6d2fc56f89bc4cd80c4973da +MD5 (fvwm-2.4.5.tar.gz) = e88736471af10bfcae3781e21fb147b9 MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 |