1999-05-04 14:26:02 +02:00
|
|
|
# New ports collection makefile for: AbiWord
|
|
|
|
# Date created: 3 Mar 1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
1999-05-04 14:26:02 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-05-04 14:26:02 +02:00
|
|
|
#
|
|
|
|
|
2001-01-03 08:51:17 +01:00
|
|
|
# Note: this port cannot be built when the textproc/mswordview port is
|
|
|
|
# already installed, due to header file conflicts and the very broken
|
|
|
|
# AbiWord build system.
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= AbiWord
|
2001-03-06 10:45:09 +01:00
|
|
|
PORTVERSION= 0.7.13
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
PORTREVISION= 1
|
1999-05-04 14:26:02 +02:00
|
|
|
CATEGORIES= editors
|
2001-03-06 10:45:09 +01:00
|
|
|
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
2000-06-27 18:07:15 +02:00
|
|
|
DISTNAME= abi-${PORTVERSION}
|
2001-03-06 10:45:09 +01:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${PORTVERSION}.tar.gz \
|
|
|
|
unixfonts-${PORTVERSION}.tar.gz wv-${PORTVERSION}.tar.gz \
|
|
|
|
abidistfiles-${PORTVERSION}.tar.gz \
|
|
|
|
psiconv-${PORTVERSION}.tar.gz libiconv-${PORTVERSION}.tar.gz
|
1999-05-04 14:26:02 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-05-04 14:26:02 +02:00
|
|
|
|
2000-05-22 11:41:36 +02:00
|
|
|
# unzip is needed during the installation process
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
2001-01-08 07:28:38 +01:00
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
1999-05-04 14:26:02 +02:00
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
|
|
|
|
DIST_SUBDIR= AbiWord
|
|
|
|
|
2001-03-06 10:45:09 +01:00
|
|
|
WRKSRC= ${WRKDIR}/abi/src
|
1999-11-01 01:53:16 +01:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
USE_GTK= yes
|
2000-05-22 11:41:36 +02:00
|
|
|
MAKE_ENV= prefix="${PREFIX}"
|
1999-05-04 14:26:02 +02:00
|
|
|
|
1999-05-12 07:21:11 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-01-03 08:51:17 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-11-01 01:53:16 +01:00
|
|
|
|
1999-05-12 07:21:11 +02:00
|
|
|
.include <bsd.port.post.mk>
|