aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm24/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 03:23:32 +0800
committersteve <steve@FreeBSD.org>2000-05-01 03:23:32 +0800
commitb6125f3dbcfc3c0c1b5395adc50e1265bd100f39 (patch)
treec8fa37d9f2cf057203a1fa2ac422937be09018e0 /x11-wm/fvwm24/Makefile
parentd7647f7988c57b42a3424df9892e88ef5e5619bf (diff)
downloadfreebsd-ports-gnome-b6125f3dbcfc3c0c1b5395adc50e1265bd100f39.tar.gz
freebsd-ports-gnome-b6125f3dbcfc3c0c1b5395adc50e1265bd100f39.tar.zst
freebsd-ports-gnome-b6125f3dbcfc3c0c1b5395adc50e1265bd100f39.zip
From the submitter:
- makes this port to obey the PREFIX setting (it used to be hard coded /usr/X11R6) - adds more nice icons - puts all icons into /usr/X11R6/icons (or ${PREFIX}/icons) - overrides PR 17001 so please close it (I found a better way to include the icons :-) PR: 17953 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r--x11-wm/fvwm24/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile
index 03809200113b..49cdb04dbb00 100644
--- a/x11-wm/fvwm24/Makefile
+++ b/x11-wm/fvwm24/Makefile
@@ -8,7 +8,9 @@
PORTNAME= fvwm
PORTVERSION= 2.2.4
CATEGORIES= x11-wm
-MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
+MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
+ http://www.fvwm.org/generated/icon_download/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
MAINTAINER= jcwells@u.washington.edu
@@ -16,7 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-extras
+CONFIGURE_ARGS+=--enable-extras --prefix=${PREFIX}
USE_GMAKE= yes
MAN1= FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
@@ -28,10 +30,8 @@ MAN1= FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
FvwmConsoleC.pl.1
post-install:
- @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \
- ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \
- ${PREFIX}/lib/X11/fvwm2/pixmaps
+ @${MKDIR} ${PREFIX}/icons
+ ${INSTALL_DATA} ${WRKDIR}/*.xpm ${PREFIX}/icons
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>