blob: 18c48630f494bb06fa961a8d6d953b37afd91df7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gnome
# Date created: 02 November 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome
PORTVERSION= 1.4.1b2
PORTREVISION= 7
CATEGORIES= japanese x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= The Japanese "meta-port" for the GNOME integrated X11 desktop
LIB_DEPENDS= gnome.5:${PORTSDIR}/japanese/gnomelibs \
gal.23:${PORTSDIR}/japanese/gal
NO_BUILD= yes
USE_PYTHON= yes
do-install: # empty
.include <bsd.port.mk>
|