2001-08-10 19:58:12 +00:00
|
|
|
# New ports collection makefile for: phluid
|
|
|
|
# Date created: 11 August 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phluid
|
|
|
|
PORTVERSION= 0.0.3
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 2
|
2001-08-10 19:58:12 +00:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= phluid
|
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-23 16:55:27 +00:00
|
|
|
COMMENT= A window manager that emphasizes efficiency, speed, and beauty
|
2001-08-10 19:58:12 +00:00
|
|
|
|
2004-01-29 09:19:58 +00:00
|
|
|
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
|
|
|
|
|
2001-08-10 19:58:12 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-02-02 18:37:23 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib -lm"
|
2001-08-10 19:58:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|