aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxconf/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-08 12:30:21 +0800
committeredwin <edwin@FreeBSD.org>2003-02-08 12:30:21 +0800
commit481ecea50201a9bf1615df8fc879d39a2579fc23 (patch)
tree7cbddcd495a663a0fb04ce2da9ce7810c6c02efe /x11-wm/fluxconf/Makefile
parenta183a844001041a815b812f8e1cfb569e7c03bd0 (diff)
downloadfreebsd-ports-gnome-481ecea50201a9bf1615df8fc879d39a2579fc23.tar.gz
freebsd-ports-gnome-481ecea50201a9bf1615df8fc879d39a2579fc23.tar.zst
freebsd-ports-gnome-481ecea50201a9bf1615df8fc879d39a2579fc23.zip
Update of fluxconf to 0.9.0. fluxconf can use GTK 1.2 or 2.0.
Diffstat (limited to 'x11-wm/fluxconf/Makefile')
-rw-r--r--x11-wm/fluxconf/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/x11-wm/fluxconf/Makefile b/x11-wm/fluxconf/Makefile
index c0fa6f1720fe..eb911166a4c0 100644
--- a/x11-wm/fluxconf/Makefile
+++ b/x11-wm/fluxconf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fluxconf
-PORTVERSION= 0.6
+PORTVERSION= 0.9.2
CATEGORIES= x11-wm
MASTER_SITES= http://devaux.fabien.free.fr/flux/
@@ -15,21 +15,6 @@ MAINTAINER= hendrik@scholz.net
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
-USE_BZIP2= yes
-
-.ifndef(WITHOUT_LOGO)
-pre-everything::
- @${ECHO_CMD} ""
- @${ECHO_CMD} "You can disable the spash logo when starting the"
- @${ECHO_CMD} "program by defining WITHOUT_LOGO"
- @${ECHO_CMD} ""
-.endif
-
-post-patch:
- @${RM} ${WRKSRC}/fluxconf
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/fluxconf ${PREFIX}/bin
- @${LN} -s ${PREFIX}/bin/fluxconf ${PREFIX}/bin/fluxkeys
+GNU_CONFIGURE= yes
.include <bsd.port.mk>