diff options
author | nakai <nakai@FreeBSD.org> | 2001-08-10 19:58:12 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-08-10 19:58:12 +0000 |
commit | ef8d90058759da087922150e2ab06f25cf1b0394 (patch) | |
tree | bddbce56a0b0b91d0d0ab6fea97e2997a70b3673 /x11-wm/phluid/Makefile | |
parent | fc1677ea57e61a56d743c6c5fee37e85172a02db (diff) | |
download | FreeBSD-ports-ef8d90058759da087922150e2ab06f25cf1b0394.zip FreeBSD-ports-ef8d90058759da087922150e2ab06f25cf1b0394.tar.gz |
a window manager that emphasizes efficiency, speed, and beauty
Diffstat (limited to 'x11-wm/phluid/Makefile')
-rw-r--r-- | x11-wm/phluid/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile new file mode 100644 index 0000000..b51acda --- /dev/null +++ b/x11-wm/phluid/Makefile @@ -0,0 +1,24 @@ +# 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 + +LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 + +MAINTAINER= nakai@FreeBSD.org + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include' \ + LIBS='-L${X11BASE}/lib -lX11' + +.include <bsd.port.mk> |