aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmfsm/Makefile
blob: 83146816cf703cde40493a1ac6206c9062222a7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	wmfsm
# Date created:				2 January 2001
# Whom:					Steven Enderle <panic@subphase.de>
#
# $FreeBSD$
#

PORTNAME=	wmfsm
PORTVERSION=	0.34
PORTREVISION=	2
CATEGORIES=	sysutils windowmaker
MASTER_SITES=	http://www.cs.ubc.ca/~cmg/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Displays filesystem usage of mountpoints in a nice WindowMaker dockapp

USE_XORG=	x11 xpm
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=		wmfsm.1
PLIST_FILES=	bin/wmfsm

CPPFLAGS=	-I${LOCALBASE}/include
LDFLAGS=	-L${LOCALBASE}/lib

.include <bsd.port.mk>