mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
28f497a7e4
PR: 42285 Submitted by: Edwin Groothuis <edwin@mavetju.org>
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# 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
|
|
|
|
GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= imlib
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|