aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/phluid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/phluid/Makefile')
-rw-r--r--x11-wm/phluid/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile
index a07cb95e04a6..ac59e7bacec0 100644
--- a/x11-wm/phluid/Makefile
+++ b/x11-wm/phluid/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: phluid
-# Date created: 11 August 2001
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
+# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= phluid
PORTVERSION= 0.0.3
@@ -12,12 +8,12 @@ CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A window manager that emphasizes efficiency, speed, and beauty
+COMMENT= Window manager that emphasizes efficiency, speed, and beauty
-USE_GMAKE= yes
+USEs= gmake
USE_EFL= imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lm
+LDFLAGS+= -L${LOCALBASE}/lib -lm -lX11
.include <bsd.port.mk>