diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-04 09:06:43 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-04 09:06:43 +0000 |
commit | 405733f6c00251aa8b69fa1ff52ac547b60ae954 (patch) | |
tree | 4a19b4d1a914a051bd424c5c7ffd86828723a841 /sysutils/xw/Makefile | |
parent | fb51ee5e16c9be7752bebd7b6522499d32c97177 (diff) | |
download | ports-405733f6c00251aa8b69fa1ff52ac547b60ae954.tar.gz ports-405733f6c00251aa8b69fa1ff52ac547b60ae954.zip |
Notes
Diffstat (limited to 'sysutils/xw/Makefile')
-rw-r--r-- | sysutils/xw/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile index ba118f42580d..4422075e91f5 100644 --- a/sysutils/xw/Makefile +++ b/sysutils/xw/Makefile @@ -5,12 +5,15 @@ # $FreeBSD$ # -PORTNAME= xw -PORTVERSION= 0.0.8 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.gurubox.com/pub/xw/ +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 +MAINTAINER= dan@spot.org + +BUILD_DEPENDS= imlib:${PORTSDIR}/graphics/imlib GTK_CONFIG=${X11BASE}/bin/gtk12-config |