2001-01-27 04:59:41 +01:00
|
|
|
# New ports collection makefile for: xw
|
|
|
|
# Date created: 26 January 20001
|
2001-03-12 20:18:57 +01:00
|
|
|
# Whom: Daniel Hemmerich <dan@BSDpro.com>
|
2001-01-27 04:59:41 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-02-04 10:06:43 +01:00
|
|
|
PORTNAME= xw
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= sysutils
|
2003-04-02 12:38:08 +02:00
|
|
|
MASTER_SITES= http://www.mavetju.org/download/adopted/
|
2001-01-27 04:59:41 +01:00
|
|
|
|
2002-07-22 05:50:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= X app to list current users logged into the system
|
2001-01-27 04:59:41 +01:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_GNOME= imlib
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2003-05-18 12:15:44 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|