summaryrefslogtreecommitdiff
path: root/x11-wm/phluid
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 14:25:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 14:25:16 +0000
commit7f4d6446d89c7aa107627660eb81aee581f3c960 (patch)
treee178300b246aea2abfc1f679989a0559408da2dd /x11-wm/phluid
parentFix build with newer binutils (diff)
Fix build with newer binutils
Cleanup the Makefile
Notes
Notes: svn path=/head/; revision=323721
Diffstat (limited to 'x11-wm/phluid')
-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>