aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/waimea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/waimea/Makefile')
-rw-r--r--x11-wm/waimea/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile
index b8cba7d89579..849c4fce9a0c 100644
--- a/x11-wm/waimea/Makefile
+++ b/x11-wm/waimea/Makefile
@@ -6,20 +6,27 @@
#
PORTNAME= waimea
-PORTVERSION= 0.3.3
+PORTVERSION= 0.4.0
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= waimea
MAINTAINER= danfe@regency.nsu.ru
-USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= imlib
+USE_BZIP2= yes
USE_X_PREFIX= yes
+USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
MAN1= waimea.1
+.if !defined(WITHOUT_PIXMAP)
+LIB_DEPENDS+= Imlib2.1:${PORTSDIR}/graphics/imlib2
+.endif
+
+.if defined(WITH_XFT2)
+LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft
+.endif
+
.include <bsd.port.mk>