mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b5bb7bfd43
http://mail.gnome.org/archives/gnome-announce-list/2005-April/msg00030.html for all of the combined changes and fixes in the GNOME Desktop modules.
30 lines
665 B
Makefile
30 lines
665 B
Makefile
# New ports collection makefile for: gnome2-office
|
|
# Date created: 07 January 2004
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome2-office
|
|
PORTVERSION= 2.10.1
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 2 office applications
|
|
|
|
RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \
|
|
planner:${PORTSDIR}/deskutils/planner \
|
|
dia:${PORTSDIR}/graphics/dia \
|
|
glabels:${PORTSDIR}/deskutils/glabels \
|
|
abiword:${PORTSDIR}/editors/abiword \
|
|
mergeant:${PORTSDIR}/databases/mergeant
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|