2001-02-04 23:44:33 +01:00
|
|
|
# New ports collection makefile for: wmfsm
|
|
|
|
# Date created: 2 January 2001
|
|
|
|
# Whom: Steven Enderle <panic@subphase.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmfsm
|
2004-04-09 20:21:38 +02:00
|
|
|
PORTVERSION= 0.34
|
2001-02-04 23:44:33 +01:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2004-04-09 20:21:38 +02:00
|
|
|
MASTER_SITES= http://www.cs.ubc.ca/~cmg/
|
2001-02-04 23:44:33 +01:00
|
|
|
|
2004-03-18 05:06:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Displays filesystem usage of mountpoints in a nice WindowMaker dockapp
|
2001-02-04 23:44:33 +01:00
|
|
|
|
2004-04-09 20:21:38 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-04-09 20:21:38 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2001-02-04 23:44:33 +01:00
|
|
|
|
2004-04-09 20:21:38 +02:00
|
|
|
MAN1= wmfsm.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wmfsm
|
2001-02-04 23:44:33 +01:00
|
|
|
|
2004-04-09 20:21:38 +02:00
|
|
|
CPPFLAGS= -I${X11BASE}/include
|
|
|
|
LDFLAGS= -L${X11BASE}/lib
|
2001-02-04 23:44:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|