mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
715 B
Makefile
28 lines
715 B
Makefile
# New ports collection makefile for: gnome2-office
|
|
# Date created: 07 January 2004
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/editors/gnome2-office/Makefile,v 1.41 2006/04/12 22:11:33 marcus Exp $
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors gnome
|
|
PKGNAMESUFFIX= -office
|
|
|
|
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
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/gnome2
|
|
GNOME_SLAVE= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|