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/fvwm24/Makefile | |
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/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 92ac7f0cd6a1..ae4aae234854 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/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> |