blob: 4422075e91f5f26bfa60d745c65b752288e30077 (
plain)
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@spot.org>
#
# $FreeBSD$
#
PORTNAME= xw
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gurubox.com/pub/xw/ \
ftp://ftp.databits.net/pub/xw/
MAINTAINER= dan@spot.org
BUILD_DEPENDS= imlib:${PORTSDIR}/graphics/imlib
GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_GTK= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>
|