blob: 8415448f0d5560135b1a9799b4830fa3a1932469 (
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
|
# New ports collection makefile for: xw
# Date created: 26 January 20001
# Whom: Daniel Hemmerich <dan@BSDpro.com>
#
# $FreeBSD$
#
PORTNAME= xw
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.spot.org/pub/xw/
MAINTAINER= ports@FreeBSD.Org
PORTCOMMENT= X app to list current users logged into the system
GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_GNOMENG= yes
USE_GNOME= imlib
USE_X_PREFIX= yes
.include <bsd.port.mk>
|