30 lines
580 B
Makefile
30 lines
580 B
Makefile
# New ports collection makefile for: gnome
|
|
# Date created: 02 November 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 3
|
|
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.4:${PORTSDIR}/japanese/gal
|
|
RUN_DEPENDS= gnumeric:${PORTSDIR}/japanese/gnumeric
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|