5295fd7fc8
be found at: http://www.gnomedesktop.org/article.php?sid=1794&mode=thread&order=0&thold=1
30 lines
711 B
Makefile
30 lines
711 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.6.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/gnumeric2 \
|
|
planner:${PORTSDIR}/deskutils/planner \
|
|
dia:${PORTSDIR}/graphics/dia \
|
|
glabels:${PORTSDIR}/deskutils/glabels \
|
|
evolution:${PORTSDIR}/mail/evolution \
|
|
AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \
|
|
mergeant:${PORTSDIR}/databases/mergeant
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|