mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3b73b5ac4f
release for GNOME 2.8. See http://mail.gnome.org/archives/gnome-announce-list/2005-February/msg00071.html for the list of changes between 2.8.2 and 2.8.3.
30 lines
664 B
Makefile
30 lines
664 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.8.3
|
|
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>
|