1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11/gnome/Makefile
Satoshi Asami c32a994ca7 Fix three typos (gxsnmp.o -> gxsnmp.1, ggc -> ggv, do-install= -> do-install:).
Guys, it wouldn't hurt to TEST these things once in a while! ;)
1998-10-30 06:32:40 +00:00

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>