1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-wm/phluid/Makefile

20 lines
456 B
Makefile
Raw Normal View History

# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
PORTNAME= phluid
PORTVERSION= 0.0.3
PORTREVISION= 13
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager that emphasizes efficiency, speed, and beauty
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lm -lX11
.include <bsd.port.mk>