2002-05-31 23:06:35 +02:00
|
|
|
# New ports collection makefile for: waimea
|
|
|
|
# Date created: 27 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= waimea
|
2003-01-12 01:04:18 +01:00
|
|
|
PORTVERSION= 0.4.0
|
2002-05-31 23:06:35 +02:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= waimea
|
|
|
|
|
|
|
|
MAINTAINER= danfe@regency.nsu.ru
|
|
|
|
|
2003-01-12 01:04:18 +01:00
|
|
|
USE_BZIP2= yes
|
2002-05-31 23:06:35 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-01-12 01:04:18 +01:00
|
|
|
USE_PERL5_RUN= yes
|
2002-05-31 23:06:35 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= waimea.1
|
|
|
|
|
2003-01-12 01:04:18 +01:00
|
|
|
.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
|
|
|
|
|
2002-05-31 23:06:35 +02:00
|
|
|
.include <bsd.port.mk>
|