mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c32a994ca7
Guys, it wouldn't hurt to TEST these things once in a while! ;)
31 lines
761 B
Makefile
31 lines
761 B
Makefile
# New ports collection makefile for: gnome
|
|
# Version required: 0.30
|
|
# Date created: 17 Aug 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/10/28 15:57:25 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-0.30
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= Nakai@technologist.com
|
|
|
|
LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
|
|
panel_applet.0:${PORTSDIR}/x11/gnomecore \
|
|
gdkcardimage.0:${PORTSDIR}/games/gnomegames \
|
|
gxsnmp.1:${PORTSDIR}/sysutils/gnomeadmin
|
|
RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \
|
|
ElectricEyes:${PORTSDIR}/graphics/electriceyes \
|
|
ggv:${PORTSDIR}/print/ggv \
|
|
gnumeric:${PORTSDIR}/math/gnumeric
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|