1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-wm/phluid/Makefile
2021-04-06 16:31:07 +02:00

20 lines
456 B
Makefile

# 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>