2000-11-02 09:01:20 +00:00
|
|
|
# New ports collection makefile for: gnome
|
|
|
|
# Date created: 02 November 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome
|
|
|
|
PORTVERSION= 1.2
|
2000-11-08 06:23:10 +00:00
|
|
|
PORTREVISION= 1
|
2000-11-02 09:01:20 +00:00
|
|
|
CATEGORIES= japanese x11 gnome
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/japanese/gnomelibs \
|
|
|
|
panel_applet.4:${PORTSDIR}/japanese/gnomecore \
|
|
|
|
gal.1:${PORTSDIR}/japanese/gal
|
|
|
|
|
2000-11-09 01:47:53 +00:00
|
|
|
RUN_DEPENDS= gnumeric:${PORTSDIR}/japanese/gnumeric \
|
2000-11-02 09:01:20 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|