mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
48c7506915
Noticed by: bento via kris
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# New ports collection makefile for: phluid
|
|
# Date created: 11 August 2001
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phluid
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= phluid
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A window manager that emphasizes efficiency, speed, and beauty
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= imlib
|
|
CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include' \
|
|
LIBS='-L${X11BASE}/lib -lX11 -lImlib'
|
|
|
|
.include <bsd.port.mk>
|